Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make black and isort compatible #23

Open
seppeljordan opened this issue Nov 11, 2019 · 1 comment
Open

Make black and isort compatible #23

seppeljordan opened this issue Nov 11, 2019 · 1 comment

Comments

@seppeljordan
Copy link
Contributor

I found the following isort settings to be mostly compatible with black:

line_length = 88
use_parantheses = 'True'
include_trailing_comma = 'True'
multi_line_output = 3

This could solve the problem with isort and black disagreeing on code formatting and allow you to run both programs in check mode for CI.

@4lm
Copy link
Member

4lm commented Dec 3, 2019

@seppeljordan, thanks for the info - I will try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants