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 94c5219 commit 473186dCopy full SHA for 473186d
.pre-commit-config.yaml
@@ -31,21 +31,21 @@ repos:
31
args:
32
- --trailing-comma=es5
33
- repo: https://github.com/pre-commit/mirrors-eslint
34
- rev: v8.52.0
+ rev: v8.53.0
35
hooks:
36
- id: eslint
37
files: \.js?$
38
types: [file]
39
40
- --fix
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.1.3'
+ rev: 'v0.1.4'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/tox-dev/pyproject-fmt
48
- rev: 1.3.0
+ rev: 1.4.1
49
50
- id: pyproject-fmt
51
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments