Skip to content

Commit 4d062bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.4.1](codespell-project/codespell@v2.2.2...v2.4.1) - [github.com/pycqa/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.8.6](PyCQA/bandit@1.7.4...1.8.6) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.9.3 → 6.0.1](PyCQA/isort@v5.9.3...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.28.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.17.1](pre-commit/mirrors-mypy@v0.991...v1.17.1)
1 parent 46809fa commit 4d062bb

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.12.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
args:
77
- --safe
88
- --quiet
99
files: ^((custom_components|tests)/.+)?[^/]+\.py$
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.2.2
11+
rev: v2.4.1
1212
hooks:
1313
- id: codespell
1414
args:
@@ -17,34 +17,34 @@ repos:
1717
- --quiet-level=2
1818
exclude_types: [csv, json]
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 5.0.4
20+
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
2424
- flake8-docstrings==1.6.0
2525
- pydocstyle==6.1.1
2626
files: ^(custom_components|tests)/.+\.py$
2727
- repo: https://github.com/PyCQA/bandit
28-
rev: 1.7.4
28+
rev: 1.8.6
2929
hooks:
3030
- id: bandit
3131
args:
3232
- --quiet
3333
- --format=custom
3434
- --configfile=tests/bandit.yaml
3535
files: ^(custom_components|tests)/.+\.py$
36-
- repo: https://github.com/pre-commit/mirrors-isort
37-
rev: v5.9.3
36+
- repo: https://github.com/PyCQA/isort
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v4.3.0
41+
rev: v6.0.0
4242
hooks:
4343
- id: check-executables-have-shebangs
4444
stages: [manual]
4545
- id: check-json
4646
- repo: https://github.com/adrienverge/yamllint.git
47-
rev: v1.28.0
47+
rev: v1.37.1
4848
hooks:
4949
- id: yamllint
5050
- repo: local
@@ -56,7 +56,7 @@ repos:
5656
language: system
5757
files: ^(custom_components|tests)/.+\.py$
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v0.991
59+
rev: v1.17.1
6060
hooks:
6161
- id: mypy
6262
name: mypy

0 commit comments

Comments
 (0)