Skip to content

Commit

Permalink
Merge pull request #132 from ppfeufer/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ppfeufer authored Jul 1, 2024
2 parents 460dc89 + e930a56 commit 5c50db4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.4.0
rev: v9.6.0
hooks:
- id: eslint
name: ESLint
Expand Down Expand Up @@ -201,7 +201,7 @@ repos:
)
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.18.0
rev: 1.19.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.15.2
rev: v3.16.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.0.0
rev: 7.1.0
hooks:
- id: flake8
name: Flake8
Expand Down Expand Up @@ -256,7 +256,7 @@ repos:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
name: Blacken docs
Expand Down Expand Up @@ -309,7 +309,7 @@ repos:
description: Validate the pyproject.toml file.

- repo: https://github.com/pylint-dev/pylint
rev: v3.2.2
rev: v3.2.4
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.4
rev: 0.28.6
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down

0 comments on commit 5c50db4

Please sign in to comment.