Skip to content

Commit 2e92a19

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.11](astral-sh/ruff-pre-commit@v0.11.2...v0.14.11) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.6](keewis/blackdoc@v0.3.9...v0.4.6) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent c5d3d25 commit 2e92a19

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,17 +12,17 @@ repos:
1212
- id: check-ast
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.2
15+
rev: v0.14.11
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
19-
- repo: https://github.com/psf/black
20-
rev: 25.1.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 25.12.0
2121
hooks:
2222
- id: black
2323
language_version: python3
2424
- repo: https://github.com/keewis/blackdoc
25-
rev: v0.3.9
25+
rev: v0.4.6
2626
hooks:
2727
- id: blackdoc
2828
additional_dependencies: ["black[jupyter]"]
@@ -38,7 +38,7 @@ repos:
3838
types_or: [python, markdown, rst]
3939
additional_dependencies: [tomli]
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.19.1
41+
rev: v3.21.2
4242
hooks:
4343
- id: pyupgrade
4444
- repo: https://github.com/MarcoGorelli/madforhooks
@@ -47,13 +47,13 @@ repos:
4747
# - id: conda-env-sorter # conflicts with prettier
4848
- id: check-execution-order
4949
- repo: https://github.com/executablebooks/mdformat
50-
rev: 0.7.22
50+
rev: 1.0.0
5151
hooks:
5252
- id: mdformat
5353
additional_dependencies: [mdformat-gfm, mdformat-black]
5454
exclude: ^.github/ # this avoid the hook to wrongly reformats md issue template files
5555
- repo: https://github.com/kynan/nbstripout
56-
rev: 0.8.1
56+
rev: 0.8.2
5757
hooks:
5858
- id: nbstripout
5959
args: [--keep-output]

0 commit comments

Comments
 (0)