-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from ppfeufer/pre-commit-ci-update-config
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ repos: | |
) | ||
- repo: https://github.com/eslint/eslint | ||
rev: v9.6.0 | ||
rev: v9.8.0 | ||
hooks: | ||
- id: eslint | ||
name: ESLint | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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. | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|