Skip to content

Commit 418e5bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.11](astral-sh/ruff-pre-commit@v0.12.12...v0.15.11) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1)
1 parent 9ca977b commit 418e5bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212
repos:
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: v0.12.12
15+
rev: v0.15.11
1616
hooks:
1717
- id: ruff
1818
exclude: docs/.*
@@ -22,17 +22,17 @@ repos:
2222
hooks:
2323
- id: nbqa-ruff
2424
args: ["--line-length=120"]
25-
- repo: https://github.com/psf/black
26-
rev: 25.1.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 26.3.1
2727
hooks:
2828
- id: black
2929
# It is recommended to specify the latest version of Python
3030
# supported by your project here, or alternatively use
3131
# pre-commit's default_language_version, see
3232
# https://pre-commit.com/#top_level-default_language_version
3333
language_version: python3
34-
- repo: https://github.com/psf/black
35-
rev: 25.1.0
34+
- repo: https://github.com/psf/black-pre-commit-mirror
35+
rev: 26.3.1
3636
hooks:
3737
- id: black-jupyter
3838
language_version: python3

0 commit comments

Comments
 (0)