We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e3543 commit 54c919aCopy full SHA for 54c919a
.pre-commit-config.yaml
@@ -32,14 +32,17 @@ repos:
32
- id: end-of-file-fixer
33
34
- repo: https://github.com/domdfcoding/pre-commit-hooks
35
- rev: v0.6.0
+ rev: v0.7.0
36
hooks:
37
- id: requirements-txt-sorter
38
args:
39
- --allow-git
40
- id: check-docstring-first
41
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
42
- id: bind-requirements
43
+ args:
44
+ - --python-min
45
+ - '3.8'
46
47
- repo: https://github.com/python-formate/flake8-dunder-all
48
rev: v0.5.0
@@ -80,7 +83,7 @@ repos:
80
83
- id: snippet-fmt
81
84
82
85
- repo: https://github.com/python-formate/formate
- rev: v1.2.0
86
+ rev: v1.2.1
87
88
- id: formate
89
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
0 commit comments