File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111repos :
1212 # Autoformat: Python code
1313 - repo : https://github.com/psf/black
14- rev : " 22.8 .0"
14+ rev : " 22.12 .0"
1515 hooks :
1616 - id : black
1717 args : [--target-version=py36]
1818
1919 # Autoformat: markdown, yaml
2020 - repo : https://github.com/pre-commit/mirrors-prettier
21- rev : v3.0.0-alpha.0
21+ rev : v3.0.0-alpha.4
2222 hooks :
2323 - id : prettier
2424
2525 # Lint: Python code
2626 - repo : https://github.com/PyCQA/flake8
27- rev : " 5 .0.4 "
27+ rev : " 6 .0.0 "
2828 hooks :
2929 - id : flake8
3030
3131 # Misc...
3232 - repo : https://github.com/pre-commit/pre-commit-hooks
33- rev : v4.3 .0
33+ rev : v4.4 .0
3434 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
3535 hooks :
3636 # Autoformat: Makes sure files end in a newline and only a newline.
You can’t perform that action at this time.
0 commit comments