Skip to content

Commit 9c2759f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.17.0 → 1.18.0](lyz-code/yamlfix@1.17.0...1.18.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3)
1 parent 21aafef commit 9c2759f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
- id: check-useless-excludes
77
# - id: identity # Prints all files passed to pre-commits. Debugging.
88
- repo: https://github.com/lyz-code/yamlfix
9-
rev: 1.17.0
9+
rev: 1.18.0
1010
hooks:
1111
- id: yamlfix
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
args:
@@ -44,20 +44,20 @@ repos:
4444
rev: v1.37.1
4545
hooks:
4646
- id: yamllint
47-
- repo: https://github.com/psf/black
48-
rev: 25.1.0
47+
- repo: https://github.com/psf/black-pre-commit-mirror
48+
rev: 25.9.0
4949
hooks:
5050
- id: black
5151
# It is recommended to specify the latest version of Python
5252
# supported by your project here
5353
language_version: python3.11
5454
- repo: https://github.com/asottile/blacken-docs
55-
rev: 1.19.1
55+
rev: 1.20.0
5656
hooks:
5757
- id: blacken-docs
5858
# exclude: docs/source/how_to_guides/optimization/how_to_specify_constraints.md
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.12.7
60+
rev: v0.13.3
6161
hooks:
6262
- id: ruff
6363
# args:

0 commit comments

Comments
 (0)