Skip to content

Commit 2c66ff8

Browse files
authored
Update our pre-commit hooks, especially the ESLint versions (#2026)
1 parent f9892ec commit 2c66ff8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ repos:
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
39-
- "eslint@v9.0.0-beta.1"
40-
- "@eslint/js@v9.0.0-beta.1"
39+
- "eslint@v9.13.0"
40+
- "@eslint/js@v9.13.0"
4141
- "globals"
4242
files: \.js?$
4343
types: [file]
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.7.0'
47+
rev: 'v0.7.1'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]
5151
- id: ruff-format
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 2.4.3
53+
rev: v2.5.0
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.21
57+
rev: v0.22
5858
hooks:
5959
- id: validate-pyproject

0 commit comments

Comments
 (0)