File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ repos:
1616 args :
1717 - --branch=main
1818 - repo : https://github.com/asottile/pyupgrade
19- rev : v2.32 .0
19+ rev : v3.1 .0
2020 hooks :
2121 - id : pyupgrade
2222 args : [--py39-plus]
2323 - repo : https://github.com/psf/black
24- rev : 22.3 .0
24+ rev : 22.10 .0
2525 hooks :
2626 - id : black
2727 args :
3737 - --skip="./.*,*.csv,*.json"
3838 - --quiet-level=2
3939 exclude_types : [csv, json]
40- - repo : https://gitlab .com/pycqa /flake8
40+ - repo : https://github .com/PyCQA /flake8
4141 rev : 4.0.1
4242 hooks :
4343 - id : flake8
4646 - pyflakes==2.4.0
4747 - flake8-docstrings==1.6.0
4848 - pydocstyle==6.1.1
49- - flake8-comprehensions==3.8 .0
50- - flake8-noqa==1.2.1
49+ - flake8-comprehensions==3.10 .0
50+ - flake8-noqa==1.2.8
5151 - mccabe==0.6.1
5252 files : ^(plugwise|tests)/.+\.py$
5353 - repo : https://github.com/PyCQA/bandit
@@ -60,15 +60,15 @@ repos:
6060 - --configfile=tests/bandit.yaml
6161 files : ^(plugwise|tests)/.+\.py$
6262 - repo : https://github.com/adrienverge/yamllint.git
63- rev : v1.26.3
63+ rev : v1.28.0
6464 hooks :
6565 - id : yamllint
6666 - repo : https://github.com/pre-commit/mirrors-prettier
67- rev : v2.6.2
67+ rev : v2.7.1
6868 hooks :
6969 - id : prettier
7070 - repo : https://github.com/cdce8p/python-typing-update
71- rev : v0.3.5
71+ rev : v0.5.0
7272 hooks :
7373 # Run `python-typing-update` hook manually from time to time
7474 # to update python typing syntax.
You can’t perform that action at this time.
0 commit comments