File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77repos :
88- repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.4 .0
9+ rev : v4.5 .0
1010 hooks :
1111 - id : check-yaml
1212 - id : fix-encoding-pragma
1818 args : ['--maxkb=3000']
1919
2020- repo : https://github.com/psf/black
21- rev : 23.9.1
21+ rev : 24.2.0
2222 hooks :
2323 - id : black
2424
@@ -30,21 +30,21 @@ repos:
3030 exclude : README.md
3131
3232- repo : https://github.com/pycqa/isort
33- rev : 5.12.0
33+ rev : 5.13.2
3434 hooks :
3535 - id : isort
3636 name : isort (python)
3737 args :
3838 - --profile=black
3939
4040- repo : https://github.com/asottile/pyupgrade
41- rev : v3.13.0
41+ rev : v3.15.1
4242 hooks :
4343 - id : pyupgrade
4444 args : [--py38-plus]
4545
4646- repo : https://github.com/PyCQA/autoflake
47- rev : v2.2 .1
47+ rev : v2.3 .1
4848 hooks :
4949 - id : autoflake
5050 args :
5656
5757# Temporarily downgrade flake8 because it gives 'str' is not callable error.
5858- repo : https://github.com/PyCQA/flake8
59- rev : 5 .0.4
59+ rev : 7 .0.0
6060 hooks :
6161 - id : flake8
6262 files : ^WFacer/
You can’t perform that action at this time.
0 commit comments