Skip to content

Commit

Permalink
Merge pull request #220 from ppfeufer/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer authored Aug 6, 2024
2 parents 31ac496 + 5092383 commit d2b6d81
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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 All @@ -157,8 +157,8 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@16.6.1 # https://github.com/stylelint/stylelint/releases/latest
- [email protected].0 # https://github.com/stylelint/stylelint-config-standard/releases/latest
- stylelint@16.8.1 # https://github.com/stylelint/stylelint/releases/latest
- [email protected].1 # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
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 All @@ -262,7 +262,7 @@ repos:
name: Blacken docs
description: Format Python code in documentation files.
additional_dependencies:
- black==24.4.2 # https://github.com/psf/black/releases/latest
- black==24.8.0 # https://github.com/psf/black/releases/latest
args:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

Expand Down Expand Up @@ -291,15 +291,15 @@ 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
description: Format the pyproject.toml file.
args:
- --indent=4
additional_dependencies:
- tox==4.15.0 # https://github.com/tox-dev/tox/releases/latest
- tox==4.17.0 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
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 d2b6d81

Please sign in to comment.