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

Add option for isort #21

Open
veit opened this issue Jan 23, 2020 · 0 comments
Open

Add option for isort #21

veit opened this issue Jan 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@veit
Copy link
Owner

veit commented Jan 23, 2020

  • isort
  • Config:
    [isort]
    atomic=true
    force_grid_wrap=0
    include_trailing_comma=true
    lines_after_imports=2
    lines_between_types=1
    multi_line_output=3
    not_skip=__init__.py
    use_parentheses=true
    
    known_first_party=attr
    known_third_party=hypothesis,pytest,setuptools,six,zope
    
  • For the detection of third party packages you can use seed-isort-config.
@veit veit added the bug Something isn't working label Jan 23, 2020
@veit veit added enhancement New feature or request and removed bug Something isn't working labels Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant