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 1742149 commit c20d472Copy full SHA for c20d472
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.19.1
+ rev: v3.20.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -64,13 +64,13 @@ repos:
64
65
# Lint: Python code
66
- repo: https://github.com/PyCQA/flake8
67
- rev: "7.1.2"
+ rev: "7.3.0"
68
69
- id: flake8
70
71
# Lint: JS code
72
- repo: https://github.com/pre-commit/mirrors-eslint
73
- rev: "v8.56.0"
+ rev: "v9.30.1"
74
75
- id: eslint
76
files: \.jsx?$
0 commit comments