Skip to content

Commit 4e3cc00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.17.0 → 1.19.1](lyz-code/yamlfix@1.17.0...1.19.1) - [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/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.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.14.14](astral-sh/ruff-pre-commit@v0.12.7...v0.14.14) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](kynan/nbstripout@0.8.1...0.9.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent 21aafef commit 4e3cc00

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.19.1
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:
@@ -41,29 +41,29 @@ repos:
4141
- id: check-ast
4242
- id: check-docstring-first
4343
- repo: https://github.com/adrienverge/yamllint.git
44-
rev: v1.37.1
44+
rev: v1.38.0
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: 26.1.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.14.14
6161
hooks:
6262
- id: ruff
6363
# args:
6464
# - --verbose
6565
- repo: https://github.com/kynan/nbstripout
66-
rev: 0.8.1
66+
rev: 0.9.0
6767
hooks:
6868
- id: nbstripout
6969
args:
@@ -75,7 +75,7 @@ repos:
7575
- id: nbqa-black
7676
- id: nbqa-ruff
7777
- repo: https://github.com/executablebooks/mdformat
78-
rev: 0.7.22
78+
rev: 1.0.0
7979
hooks:
8080
- id: mdformat
8181
additional_dependencies:

0 commit comments

Comments
 (0)