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 e58e78b commit 3bcae73Copy full SHA for 3bcae73
.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.51.0
+ rev: v8.52.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.292'
+ rev: 'v0.1.1'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- repo: https://github.com/psf/black
47
- rev: 23.9.1
+ rev: 23.10.0
48
49
- id: black
50
language_version: python3
0 commit comments