Skip to content

Commit 56d7981

Browse files
committed
isort,black --> ruff
1 parent 911dadd commit 56d7981

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,9 @@ repos:
1313
rev: 0.9.0
1414
hooks:
1515
- id: nbstripout # strip jupyter noteook output
16-
- repo: https://github.com/pycqa/isort
17-
rev: 7.0.0
18-
hooks:
19-
- id: isort
20-
name: isort (python)
21-
- repo: https://github.com/psf/black
22-
rev: 26.1.0
23-
hooks:
24-
- id: black
2516
- repo: https://github.com/astral-sh/ruff-pre-commit
2617
rev: v0.9.1
2718
hooks:
2819
- id: ruff
29-
args: [--fix]
20+
args: [--fix, --select, I]
3021
- id: ruff-format

0 commit comments

Comments
 (0)