Skip to content

Commit 1a91a81

Browse files
authored
Merge pull request #149 from Preocts/preocts
Ensure isort forces single line imports
2 parents 69fcc3d + 6c40244 commit 1a91a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)