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 279aec6 commit 0dd5716Copy full SHA for 0dd5716
.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.10.0
+ rev: v9.11.1
36
hooks:
37
- id: eslint
38
additional_dependencies:
@@ -44,16 +44,16 @@ repos:
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.6.5'
+ rev: 'v0.6.8'
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.2.3
+ rev: 2.2.4
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
57
- rev: v0.19
+ rev: v0.20.2
58
59
- id: validate-pyproject
0 commit comments