We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9892ec commit 2c66ff8Copy full SHA for 2c66ff8
.pre-commit-config.yaml
@@ -36,24 +36,24 @@ repos:
36
hooks:
37
- id: eslint
38
additional_dependencies:
39
- - "eslint@v9.0.0-beta.1"
40
- - "@eslint/js@v9.0.0-beta.1"
+ - "eslint@v9.13.0"
+ - "@eslint/js@v9.13.0"
41
- "globals"
42
files: \.js?$
43
types: [file]
44
args:
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.7.0'
+ rev: 'v0.7.1'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
51
- id: ruff-format
52
- repo: https://github.com/tox-dev/pyproject-fmt
53
- rev: 2.4.3
+ rev: v2.5.0
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
57
- rev: v0.21
+ rev: v0.22
58
59
- id: validate-pyproject
0 commit comments