Skip to content

Commit 8ad6a98

Browse files
committed
update versions
1 parent f94dc92 commit 8ad6a98

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 19.10b0
3+
rev: 22.12.0
44
hooks:
55
- id: black
66
args:
77
- --safe
88
- --quiet
99
files: ^((custom_components|tests)/.+)?[^/]+\.py$
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v1.16.0
11+
rev: v2.2.2
1212
hooks:
1313
- id: codespell
1414
args:
1515
- --ignore-words-list=hass
1616
- --skip="./.*,*.csv,*.json"
1717
- --quiet-level=2
1818
exclude_types: [csv, json]
19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.8.3
19+
- repo: https://github.com/pycqa/flake8
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
24-
- flake8-docstrings==1.5.0
25-
- pydocstyle==5.0.2
24+
- flake8-docstrings==1.6.0
25+
- pydocstyle==6.1.1
2626
files: ^(custom_components|tests)/.+\.py$
2727
- repo: https://github.com/PyCQA/bandit
28-
rev: 1.6.2
28+
rev: 1.7.4
2929
hooks:
3030
- id: bandit
3131
args:
@@ -34,17 +34,17 @@ repos:
3434
- --configfile=tests/bandit.yaml
3535
files: ^(custom_components|tests)/.+\.py$
3636
- repo: https://github.com/pre-commit/mirrors-isort
37-
rev: v4.3.21
37+
rev: v5.9.3
3838
hooks:
3939
- id: isort
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v2.4.0
41+
rev: v4.3.0
4242
hooks:
4343
- id: check-executables-have-shebangs
4444
stages: [manual]
4545
- id: check-json
4646
- repo: https://github.com/adrienverge/yamllint.git
47-
rev: v1.23.0
47+
rev: v1.28.0
4848
hooks:
4949
- id: yamllint
5050
- repo: local
@@ -56,7 +56,7 @@ repos:
5656
language: system
5757
files: ^(custom_components|tests)/.+\.py$
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v0.790
59+
rev: v0.991
6060
hooks:
6161
- id: mypy
6262
name: mypy

0 commit comments

Comments
 (0)