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.4.0 → v9.6.0](eslint/eslint@v9.4.0...v9.6.0)
- [github.com/adamchainz/django-upgrade: 1.18.0 → 1.19.0](adamchainz/django-upgrade@1.18.0...1.19.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/pylint-dev/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 3f53b20 commit d12e135
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 d12e135

Please sign in to comment.