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 7a1e3f8 commit aa6acb3Copy full SHA for aa6acb3
.pre-commit-config.yaml
@@ -29,13 +29,13 @@ repos:
29
args: [ "--create", "--python-folders", "tsml_eval" ]
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.6.9
+ rev: v0.8.0
33
hooks:
34
- id: ruff
35
args: [ "--fix"]
36
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.18.0
+ rev: v3.19.0
39
40
- id: pyupgrade
41
args: [ "--py39-plus" ]
@@ -63,7 +63,7 @@ repos:
63
exclude: "tsml_eval/_wip/"
64
65
- repo: https://github.com/nbQA-dev/nbQA
66
- rev: 1.8.7
+ rev: 1.9.1
67
68
- id: nbqa-isort
69
additional_dependencies: [ isort ]
0 commit comments