Skip to content

Commit aa6acb3

Browse files
Automated pre-commit hook update
1 parent 7a1e3f8 commit aa6acb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
args: [ "--create", "--python-folders", "tsml_eval" ]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.9
32+
rev: v0.8.0
3333
hooks:
3434
- id: ruff
3535
args: [ "--fix"]
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.18.0
38+
rev: v3.19.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [ "--py39-plus" ]
@@ -63,7 +63,7 @@ repos:
6363
exclude: "tsml_eval/_wip/"
6464

6565
- repo: https://github.com/nbQA-dev/nbQA
66-
rev: 1.8.7
66+
rev: 1.9.1
6767
hooks:
6868
- id: nbqa-isort
6969
additional_dependencies: [ isort ]

0 commit comments

Comments
 (0)