We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074a5af commit 37d5536Copy full SHA for 37d5536
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: reformat-pyproject
14
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v3.4.0
+ rev: v4.5.0
17
hooks:
18
- id: check-added-large-files
19
- id: check-ast
@@ -43,7 +43,7 @@ repos:
43
- id: bind-requirements
44
45
- repo: https://github.com/domdfcoding/flake8-dunder-all
46
- rev: v0.3.1
+ rev: v0.4.0
47
48
- id: ensure-dunder-all
49
files: ^domdf_python_tools/.*\.py$
@@ -62,15 +62,15 @@ repos:
62
- id: rst-inline-touching-normal
63
64
- repo: https://github.com/asottile/pyupgrade
65
- rev: v2.12.0
+ rev: v3.15.2
66
67
- id: pyupgrade
68
args:
69
- --py36-plus
70
- --keep-runtime-typing
71
72
- repo: https://github.com/Lucas-C/pre-commit-hooks
73
- rev: v1.5.1
+ rev: v1.5.5
74
75
- id: remove-crlf
76
- id: forbid-crlf
0 commit comments