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 e8175e0 commit f9df14cCopy full SHA for f9df14c
.pre-commit-config.yaml
@@ -46,15 +46,15 @@ repos:
46
- id: flake2lint
47
48
- repo: https://github.com/pre-commit/pygrep-hooks
49
- rev: v1.7.0
+ rev: v1.7.1
50
hooks:
51
- id: python-no-eval
52
- id: rst-backticks
53
- id: rst-directive-colons
54
- id: rst-inline-touching-normal
55
56
- repo: https://github.com/asottile/pyupgrade
57
- rev: v2.9.0
+ rev: v2.10.0
58
59
- id: pyupgrade
60
args:
@@ -68,7 +68,7 @@ repos:
68
- id: forbid-crlf
69
70
- repo: https://github.com/repo-helper/formate
71
- rev: v0.2.5
+ rev: v0.3.1
72
73
- id: formate
74
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
0 commit comments