We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22c59 commit 58740a1Copy full SHA for 58740a1
.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: v4.5.0
+ rev: v4.6.0
11
hooks:
12
- id: forbid-new-submodules
13
- id: end-of-file-fixer
@@ -26,18 +26,18 @@ repos:
26
27
# Autoformat: Python code
28
- repo: https://github.com/psf/black
29
- rev: 23.12.1
+ rev: 24.4.2
30
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.1.9
+ rev: v0.4.3
35
36
- id: ruff
37
args: ['--fix']
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: v9.0.0-alpha.0
+ rev: v9.2.0
41
42
- id: eslint
43
files: \.tsx?$
0 commit comments