File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.0.1 # Use the ref you want to point at
4+ rev : v4.1.0 # Use the ref you want to point at
55 hooks :
66 - id : trailing-whitespace
77 - id : check-yaml
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - id : check-executables-have-shebangs
1111 - repo : https://github.com/python/black
12- rev : 21.10b0
12+ rev : 22.3.0
1313 hooks :
1414 - id : black
1515 - repo : https://github.com/pycqa/flake8
1616 rev : 4.0.1
1717 hooks :
1818 - id : flake8
1919 - repo : https://github.com/pre-commit/mirrors-mypy
20- rev : v0.910-1
20+ rev : v0.942
2121 hooks :
2222 - id : mypy
2323 # empty args needed in order to match mypy cli behavior
3030 - types-docutils
3131 - types-toml
3232 - repo : https://github.com/PyCQA/pylint
33- rev : v2.11.1
33+ rev : v2.13.3
3434 hooks :
3535 - id : pylint
3636 additional_dependencies :
You can’t perform that action at this time.
0 commit comments