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 f4fa765 commit 72e0fb5Copy full SHA for 72e0fb5
.pre-commit-config.yaml
@@ -26,13 +26,13 @@ repos:
26
args: [ "--create", "--python-folders", "tsml" ]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.14.1
+ rev: v0.14.5
30
hooks:
31
- id: ruff
32
args: [ "--fix" ]
33
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.21.0
+ rev: v3.21.1
36
37
- id: pyupgrade
38
args: [ "--py310-plus" ]
@@ -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.9.0
+ rev: 25.11.0
56
57
- id: black
58
language_version: python3
0 commit comments