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 a666621 commit f508577Copy full SHA for f508577
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
35
# Autoformat: Python code
36
- repo: https://github.com/psf/black
37
- rev: 24.3.0
+ rev: 24.4.2
38
hooks:
39
- id: black
40
@@ -46,7 +46,7 @@ repos:
46
47
# Misc...
48
- repo: https://github.com/pre-commit/pre-commit-hooks
49
- rev: v4.5.0
+ rev: v4.6.0
50
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
51
52
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -70,7 +70,7 @@ repos:
70
71
# Lint: JS code
72
- repo: https://github.com/pre-commit/mirrors-eslint
73
- rev: "v8.56.0" # Use the sha / tag you want to point at
+ rev: "v9.2.0" # Use the sha / tag you want to point at
74
75
- id: eslint
76
files: \.jsx?$
0 commit comments