Skip to content

Commit 06dd9aa

Browse files
pre-commit-ci[bot]pyansys-ci-botgerma89
authored
ci: pre-commit autoupdate (#4337)
* ci: pre-commit autoupdate updates: - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) * chore: adding changelog file 4337.maintenance.md [dependabot-skip] * Apply suggestion from @germa89 --------- 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 387356e commit 06dd9aa

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
@@ -38,7 +38,7 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/numpy/numpydoc
41-
rev: v1.9.0
41+
rev: v1.10.0
4242
hooks:
4343
- id: numpydoc-validation
4444
exclude: |
@@ -54,10 +54,10 @@ repos:
5454
rev: 1.20.0
5555
hooks:
5656
- id: blacken-docs
57-
additional_dependencies: [black==25.11.0]
57+
additional_dependencies: [black==25.12.0]
5858

5959
- repo: https://github.com/psf/black-pre-commit-mirror
60-
rev: 25.11.0 # If version changes --> modify "blacken-docs" manually as well.
60+
rev: 25.12.0 # If version changes --> modify "blacken-docs" manually as well.
6161
hooks:
6262
- id: black
6363
args:
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)