Skip to content

Commit

Permalink
Merge pull request #149 from Preocts/preocts
Browse files Browse the repository at this point in the history
Ensure isort forces single line imports
  • Loading branch information
Preocts authored Jan 30, 2024
2 parents 69fcc3d + 6c40244 commit 1a91a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
args: ["--profile", "black", "--force-single-line-imports"]

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

0 comments on commit 1a91a81

Please sign in to comment.