We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69fcc3d + 6c40244 commit 1a91a81Copy full SHA for 1a91a81
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
rev: 5.13.2
18
hooks:
19
- id: isort
20
- args: ["--profile", "black"]
+ args: ["--profile", "black", "--force-single-line-imports"]
21
22
# Format code. No, I don't like everything black does either.
23
- repo: https://github.com/psf/black-pre-commit-mirror
0 commit comments