File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3 .4.0
3+ rev : v4 .4.0
44 hooks :
55 - id : check-yaml
66 - id : end-of-file-fixer
77 - id : trailing-whitespace
88 - repo : https://github.com/pre-commit/mirrors-isort
9- rev : v5.8.0 # must be >5.0.0 for black compatibility
9+ rev : v5.10.1 # must be >5.0.0 for black compatibility
1010 hooks :
1111 - id : isort
1212 args : ["--profile", "black", "."]
1313 - repo : https://github.com/ambv/black
14- rev : 22.3 .0
14+ rev : 23.7 .0
1515 hooks :
1616 - id : black
1717 - repo : https://github.com/pre-commit/mirrors-mypy
18- rev : v0.812
18+ rev : v1.4.1
1919 hooks :
2020 - id : mypy
21+ additional_dependencies : [types-setuptools, types-requests, types-python-dateutil]
2122 verbose : true
You can’t perform that action at this time.
0 commit comments