File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111repos :
1212 # Autoformat: Python code
1313 - repo : https://github.com/ambv/black
14- rev : stable
14+ rev : 22.3.0
1515 hooks :
1616 - id : black
1717
1818 # Autoformat: markdown, yaml
1919 - repo : https://github.com/pre-commit/mirrors-prettier
20- rev : v2.3.0
20+ rev : v2.6.2
2121 hooks :
2222 - id : prettier
2323 exclude : tests/.*
2424
2525 # Autoformat: https://github.com/asottile/reorder_python_imports
2626 - repo : https://github.com/asottile/reorder_python_imports
27- rev : v2.5.0
27+ rev : v3.0.1
2828 hooks :
2929 - id : reorder-python-imports
3030
3131 # Misc...
3232 - repo : https://github.com/pre-commit/pre-commit-hooks
33- rev : v3.4 .0
33+ rev : v4.2 .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.
4949
5050 # Lint: Python code
5151 - repo : https://github.com/pycqa/flake8
52- rev : " 3.9.2 "
52+ rev : " 4.0.1 "
5353 hooks :
5454 - id : flake8
You can’t perform that action at this time.
0 commit comments