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 4e69ebf commit 900a48eCopy full SHA for 900a48e
.pre-commit-config.yaml
@@ -26,18 +26,18 @@ repos:
26
27
# Autoformat: Python code
28
- repo: https://github.com/psf/black
29
- rev: 24.10.0
+ rev: 25.1.0
30
hooks:
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.8.1
+ rev: v0.9.9
35
36
- id: ruff
37
args: ['--fix']
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: v9.16.0
+ rev: v9.21.0
41
42
- id: eslint
43
files: \.tsx?$
0 commit comments