Skip to content

Commit 1c038e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - https://github.com/myint/autoflake/: v2.0.1 → v2.3.1 - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.8](PyCQA/bandit@1.7.4...1.7.8) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.10.0](pre-commit/mirrors-mypy@v1.0.0...v1.10.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1) - [github.com/pappasam/toml-sort: v0.22.3 → v0.23.1](pappasam/toml-sort@v0.22.3...v0.23.1)
1 parent 1067e49 commit 1c038e8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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.15.2
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py39-plus]
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.12.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/myint/autoflake/
19-
rev: v2.0.1
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
files: ^((custom_components)/.+)?[^/]+\.py$
2323
- repo: https://github.com/psf/black
24-
rev: 23.1.0
24+
rev: 24.4.2
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.3.0
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.0.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.7.8
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: v4.6.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.10.0
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.35.1
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.23.1
7979
hooks:
8080
- id: toml-sort
8181
args: []

0 commit comments

Comments
 (0)