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 15d7f15 commit 1a57b16Copy full SHA for 1a57b16
.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: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: forbid-new-submodules
14
- id: end-of-file-fixer
@@ -32,7 +32,7 @@ repos:
32
- id: black
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.12.7
+ rev: v0.12.11
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.32.0
+ rev: v9.34.0
48
49
- id: eslint
50
files: \.tsx?$
0 commit comments