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 2134600 commit 9fb7f44Copy full SHA for 9fb7f44
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v9.0.0
+ rev: v9.2.0
36
hooks:
37
- id: eslint
38
additional_dependencies:
@@ -44,13 +44,13 @@ repos:
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.3.7'
+ rev: 'v0.4.3'
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: 1.7.0
+ rev: 1.8.0
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments