Skip to content

Commit 240029d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.28.0 → v2.37.3](asottile/pyupgrade@v2.28.0...v2.37.3) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.7.1](pre-commit/mirrors-prettier@v2.4.1...v2.7.1) - [github.com/psf/black: 21.9b0 → 22.6.0](psf/black@21.9b0...22.6.0) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/PyCQA/flake8: 3.9.2 → 5.0.2](PyCQA/flake8@3.9.2...5.0.2) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.27.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.27.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.971](pre-commit/mirrors-mypy@v0.910...v0.971)
1 parent 97c0035 commit 240029d

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-merge-conflict
@@ -12,29 +12,29 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.28.0
15+
rev: v2.37.3
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py38-plus]
1919

2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v2.4.1
21+
rev: v2.7.1
2222
hooks:
2323
- id: prettier
2424

2525
- repo: https://github.com/psf/black
26-
rev: 21.9b0
26+
rev: 22.6.0
2727
hooks:
2828
- id: black
2929
language_version: python3
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.9.3
32+
rev: 5.10.1
3333
hooks:
3434
- id: isort
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 3.9.2
37+
rev: 5.0.2
3838
hooks:
3939
- id: flake8
4040
additional_dependencies:
@@ -48,12 +48,12 @@ repos:
4848
files: ^(custom_components|tests)/.+\.py$
4949

5050
- repo: https://github.com/adrienverge/yamllint.git
51-
rev: v1.26.3
51+
rev: v1.27.1
5252
hooks:
5353
- id: yamllint
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v0.910
56+
rev: v0.971
5757
hooks:
5858
- id: mypy
5959
args:

0 commit comments

Comments
 (0)