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.
2 parents f6bfbd3 + 5c24b74 commit b469d8aCopy full SHA for b469d8a
.pre-commit-config.yaml
@@ -41,18 +41,18 @@ repos:
41
- --remove-unused-variables
42
43
- repo: https://github.com/hhatto/autopep8
44
- rev: v2.3.1
+ rev: v2.3.2
45
hooks:
46
- id: autopep8
47
48
- repo: https://github.com/PyCQA/flake8
49
- rev: 7.1.1
+ rev: 7.2.0
50
51
- id: flake8
52
language_version: python3
53
54
- repo: https://github.com/PyCQA/isort
55
- rev: 5.13.2
+ rev: 6.0.1
56
57
- id: isort
58
0 commit comments