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 74bcb68 commit d08d4b0Copy full SHA for d08d4b0
.pre-commit-config.yaml
@@ -27,12 +27,12 @@ repos:
27
28
# Autoformat: Python code
29
- repo: https://github.com/psf/black
30
- rev: 24.8.0
+ rev: 24.10.0
31
hooks:
32
- id: black
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.6.9
+ rev: v0.7.2
36
37
- id: ruff
38
args: ['--fix']
@@ -44,7 +44,7 @@ repos:
44
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown
45
46
- repo: https://github.com/pre-commit/mirrors-eslint
47
- rev: v9.12.0
+ rev: v9.14.0
48
49
- id: eslint
50
files: \.tsx?$
0 commit comments