Skip to content

Commit 0715356

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.36.0](python-jsonschema/check-jsonschema@0.31.2...0.36.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.12.0](psf/black-pre-commit-mirror@23.12.1...25.12.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.9.2](PyCQA/bandit@1.8.3...1.9.2) - [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.15.0](markdownlint/markdownlint@v0.9.0...v0.15.0)
1 parent bd1b3a7 commit 0715356

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.36.0"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -147,7 +147,7 @@ repos:
147147
- repo: "https://github.com/PyCQA/isort"
148148
# Stay at isort version 5, because isort drops support for Python
149149
# 3.8 in version 6. Latest 5 version is 5.13.2.
150-
rev: "5.13.2"
150+
rev: "7.0.0"
151151
hooks:
152152
# Sort import statements with isort
153153
- id: "isort"
@@ -165,7 +165,7 @@ repos:
165165
- repo: "https://github.com/psf/black-pre-commit-mirror"
166166
# Stay at black version 23, because some formatting rules change in
167167
# version 24. Latest 23 version is 23.12.1.
168-
rev: "23.12.1"
168+
rev: "25.12.0"
169169
hooks:
170170
# Format Python code with black.
171171
- id: "black"
@@ -178,7 +178,7 @@ repos:
178178
- "--color"
179179

180180
- repo: "https://github.com/PyCQA/flake8"
181-
rev: "7.1.2"
181+
rev: "7.3.0"
182182
hooks:
183183
# Lint Python code with Flake8.
184184
- id: "flake8"
@@ -197,7 +197,7 @@ repos:
197197
- "pep8-naming >=0.1, <1.0"
198198

199199
- repo: "https://github.com/PyCQA/bandit"
200-
rev: "1.8.3"
200+
rev: "1.9.2"
201201
hooks:
202202
# Check code security with bandit.
203203
- id: "bandit"
@@ -219,7 +219,7 @@ repos:
219219
######################################################################
220220

221221
- repo: "https://github.com/maxwinterstein/shfmt-py"
222-
rev: "v3.7.0.1"
222+
rev: "v3.12.0.1"
223223
hooks:
224224
# Format shell scripts with shfmt.
225225
# NOTE: The official shfmt hook from
@@ -240,7 +240,7 @@ repos:
240240
- "-l"
241241

242242
- repo: "https://github.com/shellcheck-py/shellcheck-py"
243-
rev: "v0.10.0.1"
243+
rev: "v0.11.0.1"
244244
hooks:
245245
# Lint shell scripts with shellcheck.
246246
# NOTE: The official shellcheck hook from
@@ -266,7 +266,7 @@ repos:
266266
# v0.12.0 requires ruby2.7
267267
# v0.11.0 and v0.10.0 require ruby2.6
268268
# => stay at v0.9.0
269-
rev: "v0.9.0"
269+
rev: "v0.15.0"
270270
hooks:
271271
# Lint Markdown files with markdownlint.
272272
- id: "markdownlint"

0 commit comments

Comments
 (0)