Skip to content

Commit

Permalink
Merge pull request #351 from ppfeufer/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer authored Sep 2, 2024
2 parents bc3dbd4 + fe0a9f1 commit 7350d56
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.8.0
rev: v9.9.1
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.8.1
rev: v16.9.0
hooks:
- id: stylelint
name: Stylelint
Expand All @@ -157,7 +157,7 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@16.8.1 # https://github.com/stylelint/stylelint/releases/latest
- stylelint@16.9.0 # https://github.com/stylelint/stylelint/releases/latest
- [email protected] # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down Expand Up @@ -188,7 +188,7 @@ repos:
description: Enforce that python3.6+ type annotations are used instead of type comments.

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.3
rev: 3.0.3
hooks:
- id: editorconfig-checker
name: EditorConfig Checker
Expand Down Expand Up @@ -299,17 +299,17 @@ repos:
args:
- --indent=4
additional_dependencies:
- tox==4.17.0 # https://github.com/tox-dev/tox/releases/latest
- tox==4.18.0 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.19
hooks:
- id: validate-pyproject
name: Validate pyproject.toml
description: Validate the pyproject.toml file.

- repo: https://github.com/pylint-dev/pylint
rev: v3.2.6
rev: v3.2.7
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.29.1
rev: 0.29.2
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down

0 comments on commit 7350d56

Please sign in to comment.