Skip to content

Commit 3eff3db

Browse files
author
MarkusB
committed
chore: up .pre-commit-config.yaml to latest versions
1 parent ce2cc36 commit 3eff3db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030

3131
# Python linting and formatting
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.9.9
33+
rev: v0.15.12
3434
hooks:
3535
- id: ruff
3636
- id: ruff-format
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.9.0
39+
rev: v3.21.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py310-plus]

0 commit comments

Comments
 (0)