Skip to content

Commit 4ddda47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0) - https://github.com/myint/autoflake/: v2.0.1 → v2.1.1 - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [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.3.0](pre-commit/mirrors-mypy@v1.0.0...v1.3.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.31.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 4ddda47

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.3.1
10+
rev: v3.4.0
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.1.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: 23.3.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.4
3333
hooks:
3434
- id: codespell
3535
args:
@@ -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.3.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.31.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)