Skip to content

Commit cbafb3b

Browse files
author
Wil Thieme
committed
add isort to pre-commit
1 parent 432ef91 commit cbafb3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ repos:
77
args: [ --fix ]
88
# Run the formatter.
99
- id: ruff-format
10+
- repo: https://github.com/pycqa/isort
11+
rev: 5.13.2
12+
hooks:
13+
- id: isort
14+
name: isort (python)

0 commit comments

Comments
 (0)