We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4307fb commit eff4275Copy full SHA for eff4275
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: isort
21
- repo: https://github.com/PyCQA/flake8
22
- rev: 7.1.2
+ rev: 7.2.0
23
24
- id: flake8
25
- repo: https://github.com/pylint-dev/pylint
pre-commit-update.diff
@@ -0,0 +1,13 @@
1
+diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2
+index f627ec1..5594998 100644
3
+--- a/.pre-commit-config.yaml
4
++++ b/.pre-commit-config.yaml
5
+@@ -19,7 +19,7 @@ repos:
6
+ hooks:
7
+ - id: isort
8
+ - repo: https://github.com/PyCQA/flake8
9
+- rev: 7.1.2
10
++ rev: 7.2.0
11
12
+ - id: flake8
13
+ - repo: https://github.com/pylint-dev/pylint
0 commit comments