Skip to content

Commit 46a64b7

Browse files
committed
fix: upgrade pre-commit hooks for ruff and black and reformated some files acc to new versions
1 parent 31c5d22 commit 46a64b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
2-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: "v0.0.241"
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.4.10
44
hooks:
55
- id: ruff
66
args: [--fix]
77

88
- repo: https://github.com/psf/black
9-
rev: "22.3.0"
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212
language_version: python3

0 commit comments

Comments
 (0)