Skip to content

Commit fa4bcb6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.7.0](asottile/pyupgrade@v3.3.1...v3.7.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.5](codespell-project/codespell@v2.2.2...v2.2.5) - [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.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 faa6194 commit fa4bcb6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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.7.0
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py39-plus]
@@ -17,20 +17,20 @@ repos:
1717
- id: isort
1818
files: ^((custom_components)/.+)?[^/]+\.py$
1919
- repo: https://github.com/myint/autoflake/
20-
rev: v2.0.1
20+
rev: v2.1.1
2121
hooks:
2222
- id: autoflake
2323
files: ^((custom_components)/.+)?[^/]+\.py$
2424
- repo: https://github.com/psf/black
25-
rev: 23.1.0
25+
rev: 23.3.0
2626
hooks:
2727
- id: black
2828
args:
2929
- --safe
3030
- --quiet
3131
files: ^((custom_components)/.+)?[^/]+\.py$
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.2
33+
rev: v2.2.5
3434
hooks:
3535
- id: codespell
3636
args:
@@ -48,7 +48,7 @@ repos:
4848
- Flake8-pyproject==1.2.2
4949
files: ^((custom_components)/.+)?[^/]+\.py$
5050
- repo: https://github.com/PyCQA/bandit
51-
rev: 1.7.4
51+
rev: 1.7.5
5252
hooks:
5353
- id: bandit
5454
args:
@@ -68,17 +68,17 @@ repos:
6868
- id: check-json
6969
exclude: (.vscode|.devcontainer)
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.0.0
71+
rev: v1.3.0
7272
hooks:
7373
- id: mypy
7474
additional_dependencies: [types-all]
7575
- repo: https://github.com/adrienverge/yamllint.git
76-
rev: v1.29.0
76+
rev: v1.32.0
7777
hooks:
7878
- id: yamllint
7979
exclude: (.vscode|.devcontainer|.github)
8080
- repo: https://github.com/pappasam/toml-sort
81-
rev: v0.22.3
81+
rev: v0.23.1
8282
hooks:
8383
- id: toml-sort
8484
args: []

0 commit comments

Comments
 (0)