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 81222b8 commit c911d73Copy full SHA for c911d73
.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.46.0
+ rev: v8.47.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.0.282'
+ rev: 'v0.0.284'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
language_version: python3
51
entry: black --target-version=py38
52
- repo: https://github.com/tox-dev/pyproject-fmt
53
- rev: 0.13.0
+ rev: 0.13.1
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments