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 864d513 + 19dd67d commit 9ae7b5cCopy full SHA for 9ae7b5c
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-ast
@@ -46,7 +46,7 @@ repos:
46
- id: autopep8
47
48
- repo: https://github.com/PyCQA/flake8
49
- rev: 7.1.0
+ rev: 7.1.1
50
51
- id: flake8
52
language_version: python3
@@ -57,7 +57,7 @@ repos:
57
- id: isort
58
59
- repo: https://github.com/asottile/pyupgrade
60
- rev: v3.16.0
+ rev: v3.19.1
61
62
- id: pyupgrade
63
args:
0 commit comments