We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7711e commit 9b3fb15Copy full SHA for 9b3fb15
.pre-commit-config.yaml
@@ -32,24 +32,24 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v8.56.0
+ rev: v9.0.0-alpha.2
36
hooks:
37
- id: eslint
38
files: \.js?$
39
types: [file]
40
41
- --fix
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: 'v0.1.11'
+ rev: 'v0.1.14'
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
47
- id: ruff-format
48
- repo: https://github.com/tox-dev/pyproject-fmt
49
- rev: 1.5.3
+ rev: 1.7.0
50
51
- id: pyproject-fmt
52
- repo: https://github.com/abravalheri/validate-pyproject
53
- rev: v0.15
+ rev: v0.16
54
55
- id: validate-pyproject
0 commit comments