Skip to content

Commit dd2ecd0

Browse files
committed
Line up with Core .pre-commit-config.yaml
1 parent c3ab13e commit dd2ecd0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:
@@ -37,7 +37,7 @@ repos:
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
@@ -46,8 +46,8 @@ repos:
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.

0 commit comments

Comments
 (0)