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 b0a7ae5 commit 6e04a5aCopy full SHA for 6e04a5a
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
repos:
8
# Autoformat and linting, misc. details
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: forbid-new-submodules
13
- id: end-of-file-fixer
@@ -31,13 +31,13 @@ repos:
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.12.2
+ rev: v0.12.11
35
36
- id: ruff
37
args: ['--fix']
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: v9.30.1
+ rev: v9.34.0
41
42
- id: eslint
43
files: \.tsx?$
0 commit comments