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 16a21e5 commit 1f14e39Copy full SHA for 1f14e39
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: '.*\.jcad$'
8
repos:
9
# Autoformat and linting, misc. details
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.5.0
+ rev: v4.6.0
12
hooks:
13
- id: forbid-new-submodules
14
- id: end-of-file-fixer
@@ -27,12 +27,12 @@ repos:
27
28
# Autoformat: Python code
29
- repo: https://github.com/psf/black
30
- rev: 24.1.1
+ rev: 24.4.2
31
32
- id: black
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.2.0
+ rev: v0.4.3
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.2
+ rev: v9.2.0
47
48
- id: eslint
49
files: \.tsx?$
0 commit comments