File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,14 +33,17 @@ repos:
3333 - id : end-of-file-fixer
3434
3535 - repo : https://github.com/domdfcoding/pre-commit-hooks
36- rev : v0.6 .0
36+ rev : v0.7 .0
3737 hooks :
3838 - id : requirements-txt-sorter
3939 args :
4040 - --allow-git
4141 - id : check-docstring-first
4242 exclude : ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4343 - id : bind-requirements
44+ args :
45+ - --python-min
46+ - ' 3.8'
4447
4548 - repo : https://github.com/python-formate/flake8-dunder-all
4649 rev : v0.5.0
6164 - id : rst-directive-colons
6265 - id : rst-inline-touching-normal
6366
64- - repo : https://github.com/asottile /pyupgrade
65- rev : v3.3.0
67+ - repo : https://github.com/python-formate /pyupgrade
68+ rev : bbe3007
6669 hooks :
6770 - id : pyupgrade
6871 args :
8184 - id : snippet-fmt
8285
8386 - repo : https://github.com/python-formate/formate
84- rev : v1.2.0
87+ rev : v1.2.1
8588 hooks :
8689 - id : formate
8790 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
You can’t perform that action at this time.
0 commit comments