File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22repos :
33
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.3 .0
5+ rev : v4.4 .0
66 hooks :
77 - name : remove trailing whitespace
88 id : trailing-whitespace
@@ -18,20 +18,20 @@ repos:
1818 id : isort
1919
2020 - repo : https://github.com/psf/black
21- rev : 22.6 .0
21+ rev : 23.1 .0
2222 hooks :
2323 - name : format python files
2424 id : black
2525 language_version : python3
2626
2727 - repo : https://github.com/pycqa/flake8
28- rev : 5 .0.4
28+ rev : 6 .0.0
2929 hooks :
3030 - name : check python syntax
3131 id : flake8
3232
3333 - repo : https://github.com/asottile/setup-cfg-fmt
34- rev : v2.0 .0
34+ rev : v2.2 .0
3535 hooks :
3636 - name : format setup.cfg
3737 id : setup-cfg-fmt
4949 - mdformat-gfm
5050
5151 - repo : https://github.com/adrienverge/yamllint
52- rev : v1.27.1
52+ rev : v1.29.0
5353 hooks :
5454 - name : check YAML syntax + format
5555 id : yamllint
You can’t perform that action at this time.
0 commit comments