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 1010#
1111repos :
1212 # Autoformat: Python code
13- - repo : https://github.com/ambv /black
14- rev : " 22.3 .0"
13+ - repo : https://github.com/psf /black
14+ rev : " 22.8 .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 : v2.2.1
21+ rev : v3.0.0-alpha.0
2222 hooks :
2323 - id : prettier
2424
2525 # Lint: Python code
26- - repo : https://gitlab .com/pycqa /flake8
27- rev : " 3.8 .4"
26+ - repo : https://github .com/PyCQA /flake8
27+ rev : " 5.0 .4"
2828 hooks :
2929 - id : flake8
3030
3131 # Misc...
3232 - repo : https://github.com/pre-commit/pre-commit-hooks
33- rev : v3.4 .0
33+ rev : v4.3 .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