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 05e178f commit 49846abCopy full SHA for 49846ab
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ exclude: ^$
5
6
repos:
7
- repo: https://github.com/repo-helper/pyproject-parser
8
- rev: v0.4.3
+ rev: v0.5.0
9
hooks:
10
- id: reformat-pyproject
11
@@ -40,7 +40,7 @@ repos:
40
- id: bind-requirements
41
42
- repo: https://github.com/domdfcoding/flake8-dunder-all
43
- rev: v0.1.8
+ rev: v0.2.1
44
45
- id: ensure-dunder-all
46
files: ^tox_recreate_hook/.*\.py$
@@ -67,7 +67,7 @@ repos:
67
- --keep-runtime-typing
68
69
- repo: https://github.com/Lucas-C/pre-commit-hooks
70
- rev: v1.1.13
+ rev: v1.1.14
71
72
- id: remove-crlf
73
- id: forbid-crlf
0 commit comments