Skip to content

issues Search Results · repo:asottile-archive/seed-isort-config language:Python

Filter by

28 results
 (70 ms)

28 results

inasottile-archive/seed-isort-config (press backspace or delete to remove)

For larger projects .isort.cfg is a constant source of merge conflicts Is there a way to populate the known third party list with 1 package per line to reduce git churn make it easier to see which packages ...
  • olirice
  • 3
  • Opened 
    on Jul 29, 2020
  • #73

Hi, For isort 5.0+, there is a new option extra_standard_library. Currently the seed-isort-config only filtered out modules at field starts with known. Do we have a plan to support isort 5.0.0?
  • OneDirection9
  • 3
  • Opened 
    on Jul 29, 2020
  • #72

Thanks for the package, I m finding it really useful. I m currently using seed-isort-config as a pre-commit hook. It prevents library, google-cloud-bigquery, which defines the google namespace. Because ...
  • ykliu0213
  • 2
  • Opened 
    on Jul 22, 2020
  • #71

Hi, I think this issue is similar to this - https://github.com/asottile/seed-isort-config/issues/7 Basically the problem happens if we have a package in Python, e.g. flask_session which automatically ...
  • paveldedik
  • 1
  • Opened 
    on Jul 13, 2020
  • #70

Hi Anthony, I m trying to use this tool to populate .isort.cfg for a repository in which I have multiple projects. I ve made a small repo which reproduces the issue here. The structure of the repo is ...
  • MarcoGorelli
  • 4
  • Opened 
    on Jun 26, 2020
  • #68

Hi! Thanks for this great tool! Is there any way to use this with Python 3.8? The pre commit hook (v2.2.0) currently fails on code containing the walrus operator. If there s anything I can do to help with ...
  • vegarsti
  • 1
  • Opened 
    on Jun 22, 2020
  • #67

Because seed-isort-config uses git ls-files -- *.py to find the eligible candidates for walking for third-party dependencies, this lumps all found python files into one category and does not allow for ...
question
  • bbenne10
  • 3
  • Opened 
    on May 19, 2020
  • #62

Currently this hook fails if it attempts to parse a python file that has invalid syntax. This means that a side-effect of this hook is requiring all files in the repository to be valid python. This seems ...
question
  • TheButlah
  • 8
  • Opened 
    on May 11, 2020
  • #59

Here s a tricky one. I m trying to support Python 3.6, so I ve included dataclasses in my setup.py as a dependency. So on my dev machine which is Python 3.6, I run seed-isort-config, and it correctly adds ...
  • multimeric
  • 1
  • Opened 
    on May 5, 2020
  • #58

Any chance you will add support for python 3.8 / walrus operator?
  • cipriantarta
  • 2
  • Opened 
    on Mar 19, 2020
  • #55
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub