Skip to content

Commit db39df3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.34.0](python-jsonschema/check-jsonschema@0.31.2...0.34.0) - [github.com/PyCQA/isort: 6.0.0 → 6.1.0](PyCQA/isort@6.0.0...6.1.0) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.9.0](psf/black-pre-commit-mirror@23.12.1...25.9.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6) - [github.com/maxwinterstein/shfmt-py: v3.7.0.1 → v3.12.0.1](MaxWinterstein/shfmt-py@v3.7.0.1...v3.12.0.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/markdownlint/markdownlint: v0.9.0 → v0.12.0](markdownlint/markdownlint@v0.9.0...v0.12.0)
1 parent d15a3d4 commit db39df3

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

3131
repos:
3232
- repo: "https://github.com/pre-commit/pre-commit-hooks"
33-
rev: "v5.0.0"
33+
rev: "v6.0.0"
3434
hooks:
3535
### Git ###
3636
# Protect specific branches from direct check-ins.
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.31.2"
111+
rev: "0.34.0"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145145
- id: "rst-inline-touching-normal"
146146

147147
- repo: "https://github.com/PyCQA/isort"
148-
rev: "6.0.0"
148+
rev: "6.1.0"
149149
hooks:
150150
# Sort import statements with isort
151151
- id: "isort"
@@ -163,7 +163,7 @@ repos:
163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164164
# Stay at black version 23, because some formatting rules change in
165165
# version 24. Latest 23 version is 23.12.1.
166-
rev: "23.12.1"
166+
rev: "25.9.0"
167167
hooks:
168168
# Format Python code with black.
169169
- id: "black"
@@ -176,7 +176,7 @@ repos:
176176
- "--color"
177177

178178
- repo: "https://github.com/PyCQA/flake8"
179-
rev: "7.1.2"
179+
rev: "7.3.0"
180180
hooks:
181181
# Lint Python code with Flake8.
182182
- id: "flake8"
@@ -195,7 +195,7 @@ repos:
195195
- "pep8-naming >=0.1, <1.0"
196196

197197
- repo: "https://github.com/PyCQA/bandit"
198-
rev: "1.8.3"
198+
rev: "1.8.6"
199199
hooks:
200200
# Check code security with bandit.
201201
- id: "bandit"
@@ -217,7 +217,7 @@ repos:
217217
######################################################################
218218

219219
- repo: "https://github.com/maxwinterstein/shfmt-py"
220-
rev: "v3.7.0.1"
220+
rev: "v3.12.0.1"
221221
hooks:
222222
# Format shell scripts with shfmt.
223223
# NOTE: The official shfmt hook from
@@ -238,7 +238,7 @@ repos:
238238
- "-l"
239239

240240
- repo: "https://github.com/shellcheck-py/shellcheck-py"
241-
rev: "v0.10.0.1"
241+
rev: "v0.11.0.1"
242242
hooks:
243243
# Lint shell scripts with shellcheck.
244244
# NOTE: The official shellcheck hook from
@@ -264,7 +264,7 @@ repos:
264264
# v0.12.0 requires ruby2.7
265265
# v0.11.0 and v0.10.0 require ruby2.6
266266
# => stay at v0.9.0
267-
rev: "v0.9.0"
267+
rev: "v0.12.0"
268268
hooks:
269269
# Lint Markdown files with markdownlint.
270270
- id: "markdownlint"

0 commit comments

Comments
 (0)