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.8.0 → v9.9.1](eslint/eslint@v9.8.0...v9.9.1)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.8.1 → v16.9.0](thibaudcolas/pre-commit-stylelint@v16.8.1...v16.9.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19)
- [github.com/pylint-dev/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent bc3dbd4 commit e246d7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 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 @@ -302,14 +302,14 @@ repos:
- tox==4.17.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 e246d7e

Please sign in to comment.