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 917ef09Copy full SHA for 917ef09
.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.3
30
hooks:
31
- id: ruff
32
args: [ "--fix" ]
@@ -38,7 +38,7 @@ repos:
38
args: [ "--py310-plus" ]
39
40
- repo: https://github.com/pycqa/isort
41
- rev: 6.0.1
+ rev: 6.1.0
42
43
- id: isort
44
name: isort (python)
@@ -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