We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 36445b2 commit dd2e540Copy full SHA for dd2e540
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
args: [ "--create", "--python-folders", "tsml_eval" ]
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.14.6
+ rev: v0.14.9
31
hooks:
32
- id: ruff
33
args: [ "--fix"]
@@ -54,7 +54,7 @@ repos:
54
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
55
56
- repo: https://github.com/psf/black
57
- rev: 25.11.0
+ rev: 25.12.0
58
59
- id: black
60
language_version: python3
0 commit comments