Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/eslint/eslint: v9.6.0 → v9.8.0](eslint/eslint@v9.6.0...v9.8.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.6.1 → v16.8.1](thibaudcolas/pre-commit-stylelint@v16.6.1...v16.8.1)
- [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](adamchainz/django-upgrade@1.19.0...1.20.0)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](tox-dev/pyproject-fmt@2.1.3...2.2.1)
- [github.com/pylint-dev/pylint: v3.2.4 → v3.2.6](pylint-dev/pylint@v3.2.4...v3.2.6)
- [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 31ac496 commit fb4c8b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ repos:
)
- repo: https://github.com/eslint/eslint
rev: v9.6.0
rev: v9.8.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -143,7 +143,7 @@ repos:
# - [email protected] # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.6.1
rev: v16.8.1
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -201,7 +201,7 @@ repos:
)
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.19.0
rev: 1.20.0
hooks:
- id: django-upgrade
name: Django upgrade
Expand All @@ -210,7 +210,7 @@ repos:
- --target-version=4.2 # Minimum supported Django version for AA. Update as needed.

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
name: PyUpgrade
Expand All @@ -219,7 +219,7 @@ repos:
- --py310-plus # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
name: Flake8
Expand Down Expand Up @@ -247,7 +247,7 @@ repos:
description: Check for black disable comments.

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
name: Black
Expand Down Expand Up @@ -291,7 +291,7 @@ repos:
description: Format the tox.ini file.

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.3
rev: 2.2.1
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand All @@ -309,7 +309,7 @@ repos:
description: Validate the pyproject.toml file.

- repo: https://github.com/pylint-dev/pylint
rev: v3.2.4
rev: v3.2.6
hooks:
- id: pylint
name: Pylint
Expand All @@ -318,7 +318,7 @@ repos:
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down

0 comments on commit fb4c8b4

Please sign in to comment.