Skip to content

Commit 2940e40

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.2](asottile/pyupgrade@v3.3.1...v3.21.2) - [github.com/PyCQA/isort: 5.12.0 → 8.0.1](PyCQA/isort@5.12.0...8.0.1) - https://github.com/myint/autoflake/: v2.0.1 → v2.3.3 - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 26.3.1](psf/black-pre-commit-mirror@23.1.0...26.3.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.4.2](codespell-project/codespell@v2.2.2...v2.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.9.4](PyCQA/bandit@1.7.4...1.9.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.19.1](pre-commit/mirrors-mypy@v1.0.0...v1.19.1) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.38.0) - [github.com/pappasam/toml-sort: v0.22.3 → v0.24.3](pappasam/toml-sort@v0.22.3...v0.24.3)
1 parent 1067e49 commit 2940e40

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ ci:
77

88
repos:
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.3.1
10+
rev: v3.21.2
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py39-plus]
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.12.0
15+
rev: 8.0.1
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/myint/autoflake/
19-
rev: v2.0.1
19+
rev: v2.3.3
2020
hooks:
2121
- id: autoflake
2222
files: ^((custom_components)/.+)?[^/]+\.py$
23-
- repo: https://github.com/psf/black
24-
rev: 23.1.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 26.3.1
2525
hooks:
2626
- id: black
2727
args:
2828
- --safe
2929
- --quiet
3030
files: ^((custom_components)/.+)?[^/]+\.py$
3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.2
32+
rev: v2.4.2
3333
hooks:
3434
- id: codespell
3535
args:
@@ -38,7 +38,7 @@ repos:
3838
- --quiet-level=2
3939
exclude_types: [csv, json]
4040
- repo: https://github.com/PyCQA/flake8
41-
rev: 6.0.0
41+
rev: 7.3.0
4242
hooks:
4343
- id: flake8
4444
additional_dependencies:
@@ -47,7 +47,7 @@ repos:
4747
- Flake8-pyproject==1.2.2
4848
files: ^((custom_components)/.+)?[^/]+\.py$
4949
- repo: https://github.com/PyCQA/bandit
50-
rev: 1.7.4
50+
rev: 1.9.4
5151
hooks:
5252
- id: bandit
5353
args:
@@ -56,7 +56,7 @@ repos:
5656
- --exclude=examples
5757
files: ^((custom_components)/.+)?[^/]+\.py$
5858
- repo: https://github.com/pre-commit/pre-commit-hooks
59-
rev: v4.4.0
59+
rev: v6.0.0
6060
hooks:
6161
- id: trailing-whitespace
6262
- id: end-of-file-fixer
@@ -65,17 +65,17 @@ repos:
6565
- id: check-json
6666
exclude: (.vscode|.devcontainer)
6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.0.0
68+
rev: v1.19.1
6969
hooks:
7070
- id: mypy
7171
additional_dependencies: [types-all]
7272
- repo: https://github.com/adrienverge/yamllint.git
73-
rev: v1.29.0
73+
rev: v1.38.0
7474
hooks:
7575
- id: yamllint
7676
exclude: (.vscode|.devcontainer|.github)
7777
- repo: https://github.com/pappasam/toml-sort
78-
rev: v0.22.3
78+
rev: v0.24.3
7979
hooks:
8080
- id: toml-sort
8181
args: []

0 commit comments

Comments
 (0)