Skip to content

Commit 693acce

Browse files
pre-commit-ci[bot]pyansys-ci-botgerma89
authored
ci: pre-commit autoupdate (#4295)
* ci: pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) * chore: adding changelog file 4295.maintenance.md [dependabot-skip] * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: German <[email protected]>
1 parent 4a5d906 commit 693acce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ repos:
5454
rev: 1.20.0
5555
hooks:
5656
- id: blacken-docs
57-
additional_dependencies: [black==25.9.0]
57+
additional_dependencies: [black==25.11.0]
5858

5959
- repo: https://github.com/psf/black-pre-commit-mirror
60-
rev: 25.9.0 # If version changes --> modify "blacken-docs" manually as well.
60+
rev: 25.11.0 # If version changes --> modify "blacken-docs" manually as well.
6161
hooks:
6262
- id: black
6363
args:
@@ -90,7 +90,7 @@ repos:
9090

9191
# this validates our github workflow files
9292
- repo: https://github.com/python-jsonschema/check-jsonschema
93-
rev: 0.34.1
93+
rev: 0.35.0
9494
hooks:
9595
- id: check-github-workflows
9696

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pre-commit autoupdate

0 commit comments

Comments
 (0)