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 43f9319 commit cd21566Copy full SHA for cd21566
.pre-commit-config.yaml
@@ -41,12 +41,12 @@ repos:
41
files: ^domdf_python_tools/.*\.py$
42
43
- repo: https://github.com/pre-commit/pygrep-hooks
44
- rev: v1.5.1
+ rev: v1.7.0
45
hooks:
46
- id: python-no-eval
47
48
- repo: https://github.com/asottile/pyupgrade
49
- rev: v2.7.3
+ rev: v2.7.4
50
51
- id: pyupgrade
52
args:
0 commit comments