We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e888b3 + 048adec commit 4c4cef0Copy full SHA for 4c4cef0
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ ci:
12
repos:
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
- rev: v0.15.4
+ rev: v0.15.8
16
hooks:
17
- id: ruff
18
exclude: docs/.*
@@ -23,7 +23,7 @@ repos:
23
- id: nbqa-ruff
24
args: ["--line-length=120"]
25
- repo: https://github.com/psf/black-pre-commit-mirror
26
- rev: 26.1.0
+ rev: 26.3.1
27
28
- id: black
29
# It is recommended to specify the latest version of Python
@@ -32,7 +32,7 @@ repos:
32
# https://pre-commit.com/#top_level-default_language_version
33
language_version: python3
34
35
36
37
- id: black-jupyter
38
0 commit comments