Skip to content

Commit 2791651

Browse files
committed
Update pre-commit hooks
1 parent 43fc45d commit 2791651

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: "22.6.0"
10-
hooks:
11-
- id: black
128
- repo: https://github.com/charliermarsh/ruff-pre-commit
139
# Ruff version.
14-
rev: "v0.0.256"
10+
rev: "v0.14.0"
1511
hooks:
16-
- id: ruff
12+
- id: ruff-check
13+
args: [--fix]
14+
- id: ruff-format
1715
- repo: https://github.com/pycqa/isort
18-
rev: "5.12.0"
16+
rev: "7.0.0"
1917
hooks:
2018
- id: isort

0 commit comments

Comments
 (0)