Skip to content

Commit 85d8dae

Browse files
pre-commit-ci[bot]pyansys-ci-botgerma89
authored
ci: pre-commit autoupdate (#4229)
* ci: pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) * chore: adding changelog file 4229.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 487f0cd commit 85d8dae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: [ "-x"]
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.18.1
23+
rev: v1.18.2
2424
hooks:
2525
- id: mypy
2626
args: [ --follow-imports=silent, --config-file=pyproject.toml]
@@ -54,10 +54,10 @@ repos:
5454
rev: 1.20.0
5555
hooks:
5656
- id: blacken-docs
57-
additional_dependencies: [black==25.1.0]
57+
additional_dependencies: [black==25.9.0]
5858

5959
- repo: https://github.com/psf/black
60-
rev: 25.1.0 # If version changes --> modify "blacken-docs" manually as well.
60+
rev: 25.9.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.33.3
93+
rev: 0.34.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)