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 347b9e4 commit 6279d8aCopy full SHA for 6279d8a
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: end-of-file-fixer
26
27
- repo: https://github.com/domdfcoding/pre-commit-hooks
28
- rev: v0.1.6
+ rev: v0.2.0
29
hooks:
30
- id: requirements-txt-sorter
31
args:
@@ -41,12 +41,12 @@ repos:
41
files: ^domdf_wxpython_tools/.*\.py$
42
43
- repo: https://github.com/pre-commit/pygrep-hooks
44
- rev: v1.7.0
+ rev: v1.7.1
45
46
- id: python-no-eval
47
48
- repo: https://github.com/asottile/pyupgrade
49
- rev: v2.7.4
+ rev: v2.10.0
50
51
- id: pyupgrade
52
0 commit comments