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 aec83a2 commit 732ea7cCopy full SHA for 732ea7c
.pre-commit-config.yaml
@@ -27,12 +27,12 @@ repos:
27
28
# Autoformat: Python code
29
- repo: https://github.com/psf/black
30
- rev: 23.12.1
+ rev: 24.1.1
31
hooks:
32
- id: black
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.1.9
+ rev: v0.2.0
36
37
- id: ruff
38
args: ['--fix']
@@ -43,7 +43,7 @@ repos:
43
- id: prettier
44
45
- repo: https://github.com/pre-commit/mirrors-eslint
46
- rev: v9.0.0-alpha.0
+ rev: v9.0.0-alpha.2
47
48
- id: eslint
49
files: \.tsx?$
0 commit comments