Skip to content

Commit 24fc87f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](asottile/pyupgrade@v3.3.1...v3.10.1) - https://github.com/myint/autoflake/: v2.0.1 → v2.2.0 - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.5.1](pre-commit/mirrors-mypy@v1.0.0...v1.5.1) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.32.0) - [github.com/pappasam/toml-sort: v0.22.3 → v0.23.1](pappasam/toml-sort@v0.22.3...v0.23.1)
1 parent 1067e49 commit 24fc87f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

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

88
repos:
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.3.1
10+
rev: v3.10.1
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py39-plus]
@@ -16,20 +16,20 @@ repos:
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/myint/autoflake/
19-
rev: v2.0.1
19+
rev: v2.2.0
2020
hooks:
2121
- id: autoflake
2222
files: ^((custom_components)/.+)?[^/]+\.py$
2323
- repo: https://github.com/psf/black
24-
rev: 23.1.0
24+
rev: 23.7.0
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.2.5
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: 6.1.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.5
5151
hooks:
5252
- id: bandit
5353
args:
@@ -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.5.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.32.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.23.1
7979
hooks:
8080
- id: toml-sort
8181
args: []

0 commit comments

Comments
 (0)