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 acd69df commit ae69793Copy full SHA for ae69793
.pre-commit-config.yaml
@@ -31,20 +31,20 @@ repos:
31
args:
32
- --trailing-comma=es5
33
- repo: https://github.com/pre-commit/mirrors-eslint
34
- rev: v8.44.0
+ rev: v8.45.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.277'
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: 'v0.0.278'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- repo: https://github.com/psf/black
47
- rev: 23.3.0
+ rev: 23.7.0
48
49
- id: black
50
language_version: python3
0 commit comments