Skip to content

Commit 8375e2a

Browse files
committed
Update pre-commit
1 parent 22ac57a commit 8375e2a

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,18 +14,9 @@ repos:
1414
- id: debug-statements
1515
- id: fix-byte-order-marker
1616
- id: detect-private-key
17-
- repo: https://github.com/psf/black
18-
rev: 23.3.0
19-
hooks:
20-
- id: black
2117
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.0.272
18+
rev: v0.4.10
2319
hooks:
2420
- id: ruff
2521
args: [--fix, --exit-non-zero-on-fix]
26-
- repo: https://github.com/pycqa/isort
27-
rev: 5.12.0
28-
hooks:
29-
- id: isort
30-
default_language_version:
31-
python: python3.11
22+
- id: ruff-format

0 commit comments

Comments
 (0)