Skip to content

Commit 2dc8be1

Browse files
authored
Merge pull request #25 from lfit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fa62b4e + 9835fe9 commit 2dc8be1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
entry: scripts/tomllint.sh .
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-added-large-files
3232
- id: check-ast
@@ -61,7 +61,7 @@ repos:
6161

6262
# Lint: Markdown
6363
- repo: https://github.com/igorshubovych/markdownlint-cli
64-
rev: v0.41.0
64+
rev: v0.45.0
6565
hooks:
6666
- id: markdownlint
6767
args: ["--fix"]
@@ -89,7 +89,7 @@ repos:
8989
args: ["--ignore=E006,E011"]
9090

9191
- repo: https://github.com/shellcheck-py/shellcheck-py
92-
rev: v0.10.0.1
92+
rev: v0.11.0.1
9393
hooks:
9494
- id: shellcheck
9595

@@ -100,25 +100,25 @@ repos:
100100
additional_dependencies: ["tomli"]
101101

102102
- repo: https://github.com/PyCQA/isort
103-
rev: 5.13.2
103+
rev: 6.0.1
104104
hooks:
105105
- id: isort
106106
args: ["--profile", "black"]
107107

108108
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
109-
rev: v1.7.1.15
109+
rev: v1.7.7.23
110110
hooks:
111111
- id: actionlint
112112

113113
- repo: https://github.com/pycqa/flake8
114-
rev: "7.1.0"
114+
rev: "7.3.0"
115115
hooks:
116116
- id: flake8
117117
additional_dependencies:
118118
- pep8-naming
119119

120120
- repo: https://github.com/adrienverge/yamllint.git
121-
rev: v1.35.1
121+
rev: v1.37.1
122122
hooks:
123123
- id: yamllint
124124
args:
@@ -128,12 +128,12 @@ repos:
128128
]
129129

130130
- repo: https://github.com/fsfe/reuse-tool
131-
rev: v3.1.0a1
131+
rev: v5.0.2
132132
hooks:
133133
- id: reuse
134134

135135
- repo: https://github.com/astral-sh/ruff-pre-commit
136-
rev: v0.4.10
136+
rev: v0.12.8
137137
hooks:
138138
- id: ruff
139139
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -142,7 +142,7 @@ repos:
142142
files: ^(scripts|tests|custom_components)/.+\.py$
143143

144144
- repo: https://github.com/pre-commit/mirrors-mypy
145-
rev: "v1.10.0"
145+
rev: "v1.17.1"
146146
hooks:
147147
- id: mypy
148148
verbose: true

0 commit comments

Comments
 (0)