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 2929bb4 commit 2ac592dCopy full SHA for 2ac592d
.pre-commit-config.yaml
@@ -31,15 +31,15 @@ repos:
31
args:
32
- --trailing-comma=es5
33
- repo: https://github.com/pre-commit/mirrors-eslint
34
- rev: v8.40.0
+ rev: v8.41.0
35
hooks:
36
- id: eslint
37
files: \.js?$
38
types: [file]
39
40
- --fix
41
- repo: https://github.com/charliermarsh/ruff-pre-commit
42
- rev: 'v0.0.267'
+ rev: 'v0.0.269'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -54,6 +54,6 @@ repos:
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
57
- rev: v0.12.2
+ rev: v0.13
58
59
- id: validate-pyproject
0 commit comments