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 3cec4c1 commit 2f83450Copy full SHA for 2f83450
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
args: [ "--create", "--python-folders", "tsml" ]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.12.12
+ rev: v0.13.2
30
hooks:
31
- id: ruff
32
args: [ "--fix" ]
@@ -52,7 +52,7 @@ repos:
52
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
53
54
- repo: https://github.com/psf/black
55
- rev: 25.1.0
+ rev: 25.9.0
56
57
- id: black
58
language_version: python3
0 commit comments