Skip to content

Commit 6c40244

Browse files
committed
Ensure isort forces single line imports
1 parent 69fcc3d commit 6c40244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: 5.13.2
1818
hooks:
1919
- id: isort
20-
args: ["--profile", "black"]
20+
args: ["--profile", "black", "--force-single-line-imports"]
2121

2222
# Format code. No, I don't like everything black does either.
2323
- repo: https://github.com/psf/black-pre-commit-mirror

0 commit comments

Comments
 (0)