File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33repos :
44
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.5 .0
6+ rev : v5.0 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
1010 - id : check-yaml
1111 - id : check-added-large-files
1212
1313 - repo : https://github.com/asottile/pyupgrade
14- rev : v3.15 .0
14+ rev : v3.19 .0
1515 hooks :
1616 - id : pyupgrade
1717 args : [--py37-plus]
1818
1919 - repo : https://github.com/PyCQA/isort
20- rev : 5.12.0
20+ rev : 5.13.2
2121 hooks :
2222 - id : isort
2323
2424 - repo : https://github.com/psf/black
25- rev : 23 .10.1
25+ rev : 24 .10.0
2626 hooks :
2727 - id : black
2828
2929 - repo : https://github.com/PyCQA/flake8
30- rev : 6 .1.0
30+ rev : 7 .1.1
3131 hooks :
3232 - id : flake8
3333 additional_dependencies :
3434 - flake8-comprehensions
3535 - flake8-bugbear
3636
3737 - repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v1.6.1
38+ rev : v1.13.0
3939 hooks :
4040 - id : mypy
4141 args : [--config-file=pyproject.toml]
You can’t perform that action at this time.
0 commit comments