77 exclude : .*/tests/.*
88
99- repo : https://github.com/psf/black
10- rev : 22.8.0 # last version to support py3.6 ref https://github.com/psf/black/issues/3169#issuecomment-1303315799
10+ rev : 22.10.0
1111 hooks :
1212 - id : black
1313
@@ -26,29 +26,29 @@ repos:
2626 pass_filenames : false
2727
2828- repo : https://github.com/PyCQA/flake8
29- rev : 4.0.1 # flake8-comprehensions 3.7.0 depends on flake8!=3.2.0, <5 and >=3.0
29+ rev : 5.0.4
3030 hooks :
3131 - id : flake8
3232 additional_dependencies : [
3333 ' darglint~=1.8.1' ,
3434 ' flake8-absolute-import~=1.0' ,
3535 ' flake8-blind-except~=0.2.1' ,
36- ' flake8-builtins~=2.0' , # last version to support py3.6
36+ ' flake8-builtins~=2.0.1 ' ,
3737 ' flake8-cognitive-complexity==0.1.0' ,
38- ' flake8-comprehensions~=3.7 ' , # last version to support py3.6
38+ ' flake8-comprehensions~=3.10.0 ' ,
3939 ' flake8-docstrings~=1.6.0' ,
4040 ' flake8-logging-format~=0.8.1' ,
4141 ' flake8-mutable~=1.2.0' ,
42- ' flake8-print~=4.0 ' , # last version to support py3.6
42+ ' flake8-print~=5.0.0 ' ,
4343 ' flake8-printf-formatting~=1.1.0' ,
4444 ' flake8-pytest-style~=1.6.0' ,
4545 ' flake8-quotes~=3.3.1' ,
4646 ' flake8-tuple~=0.4.1' ,
47- ' pep8-naming~=0.13.1 ' # last version to support py3.6
47+ ' pep8-naming~=0.13.2 '
4848 ]
4949
5050- repo : https://github.com/pre-commit/pre-commit-hooks
51- rev : v4.1.0 # last version to support py3.6
51+ rev : v4.3.0
5252 hooks :
5353 - id : mixed-line-ending
5454 args : ['--fix=lf']
0 commit comments