Skip to content

Commit ae676e1

Browse files
Automated pre-commit hook update
1 parent f4fa765 commit ae676e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626
args: [ "--create", "--python-folders", "tsml" ]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.1
29+
rev: v0.14.4
3030
hooks:
3131
- id: ruff
3232
args: [ "--fix" ]
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.21.0
35+
rev: v3.21.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [ "--py310-plus" ]

0 commit comments

Comments
 (0)