Skip to content

Commit 2a402e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.1.15 → v1.7.7.23](Mateusz-Grzelinski/actionlint-py@v1.7.1.15...v1.7.7.23) - [github.com/pycqa/flake8: 7.1.0 → 7.2.0](PyCQA/flake8@7.1.0...7.2.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.11.9](astral-sh/ruff-pre-commit@v0.4.9...v0.11.9) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0)
1 parent 7ed0ae5 commit 2a402e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
entry: scripts/tomllint.sh .
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.6.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -56,7 +56,7 @@ repos:
5656
args: ["--no-error-on-unmatched-pattern", "--ignore-unknown"]
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.41.0
59+
rev: v0.44.0
6060
hooks:
6161
- id: markdownlint
6262
args: ["--fix"]
@@ -84,19 +84,19 @@ repos:
8484
additional_dependencies: ["tomli"]
8585

8686
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
87-
rev: v1.7.1.15
87+
rev: v1.7.7.23
8888
hooks:
8989
- id: actionlint
9090

9191
- repo: https://github.com/pycqa/flake8
92-
rev: "7.1.0"
92+
rev: "7.2.0"
9393
hooks:
9494
- id: flake8
9595
additional_dependencies:
9696
- pep8-naming
9797

9898
- repo: https://github.com/adrienverge/yamllint.git
99-
rev: v1.35.1
99+
rev: v1.37.1
100100
hooks:
101101
- id: yamllint
102102
args:
@@ -106,7 +106,7 @@ repos:
106106
]
107107

108108
- repo: https://github.com/astral-sh/ruff-pre-commit
109-
rev: v0.4.9
109+
rev: v0.11.9
110110
hooks:
111111
- id: ruff
112112
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -123,7 +123,7 @@ repos:
123123
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
124124

125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: "v1.10.0"
126+
rev: "v1.15.0"
127127
hooks:
128128
- id: mypy
129129
verbose: true

0 commit comments

Comments
 (0)