Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / PyCQA/isort issues and pull requests
#2062 - Incorrectly turned an import into a cimport in a cython 3 pure python file
Issue -
State: closed - Opened by jtoledo1974 about 2 years ago
#2061 - Remove unnecessary parentheses, use f-string, rm "object"
Pull Request -
State: open - Opened by mwtoews about 2 years ago
- 1 comment
#2060 - Isort orders module-level dunders
Pull Request -
State: open - Opened by clavedeluna about 2 years ago
- 2 comments
#2059 - Bump version 5.11.4
Pull Request -
State: closed - Opened by staticdev about 2 years ago
Labels: skip-changelog
#2054 - `isort` does not respect `# pylint: disable-next`
Issue -
State: open - Opened by labrys about 2 years ago
- 1 comment
#2045 - inconsistencies of known_first_party and --resolve-all-configs argument
Issue -
State: open - Opened by tiagoraulp about 2 years ago
- 2 comments
#2038 - packaging question
Issue -
State: closed - Opened by gene-git about 2 years ago
- 8 comments
#2037 - `--sort-reexports` is broken
Issue -
State: closed - Opened by monosans about 2 years ago
- 7 comments
Labels: bug
#2032 - Only call `colorama.init` if `colorama` is available
Pull Request -
State: closed - Opened by tomaarsen about 2 years ago
- 3 comments
Labels: bug
#2002 - Disregard skip options for streamed files
Pull Request -
State: open - Opened by ashbreeze over 2 years ago
#2001 - src_path glob patterns do not work from command line flag
Issue -
State: open - Opened by sumpfork over 2 years ago
Labels: bug
#1995 - Do not cache configuration files
Pull Request -
State: closed - Opened by kaste over 2 years ago
- 2 comments
#1994 - Do not cache configuration files
Issue -
State: closed - Opened by kaste over 2 years ago
#1992 - Derive `settings_path` from `--filename`
Pull Request -
State: closed - Opened by kaste over 2 years ago
- 4 comments
#1989 - `isort` does not search for config when using `--filename`
Issue -
State: closed - Opened by karthiknadig over 2 years ago
- 2 comments
#1982 - flask_session recognised as FIRSTPARTY
Issue -
State: open - Opened by rafrafek over 2 years ago
- 1 comment
#1980 - New feature: isort should move module-level-dunders to the correct place
Issue -
State: open - Opened by clavedeluna over 2 years ago
- 3 comments
#1979 - Long package names cause "import \" to violate line length limit
Issue -
State: closed - Opened by Bengt over 2 years ago
- 5 comments
#1978 - Remove obsolete `toml` import from the test suite
Pull Request -
State: closed - Opened by mgorny over 2 years ago
- 5 comments
#1971 - isort: error: unrecognized arguments: `--sort-reexports`
Issue -
State: closed - Opened by kevalmorabia97 over 2 years ago
- 1 comment
#1967 - Add the ability to restrict which directories isort works against
Pull Request -
State: closed - Opened by vkomarov-r7 over 2 years ago
#1966 - Fix #1855: fix check if file altered
Pull Request -
State: open - Opened by robsdedude over 2 years ago
- 2 comments
#1965 - Fix #1964: `lines_before_import` sometimes ignored
Pull Request -
State: open - Opened by robsdedude over 2 years ago
- 1 comment
#1963 - Not compatible with Black
Issue -
State: closed - Opened by zheyuanWang over 2 years ago
- 9 comments
#1959 - Publish an official isort image on Docker Hub
Issue -
State: open - Opened by ryboe over 2 years ago
- 2 comments
#1956 - Inline sort chops import name
Issue -
State: open - Opened by PeterJCLaw over 2 years ago
- 1 comment
#1950 - `# nopycln: import` Moved When Import Wrapped
Issue -
State: open - Opened by adam-grant-hendry over 2 years ago
- 3 comments
#1949 - Found a dangerous edge case: Comment converted to code
Issue -
State: open - Opened by phil20686 over 2 years ago
- 3 comments
#1948 - docs: fix simple typo, detrmination -> determination
Pull Request -
State: closed - Opened by timgates42 over 2 years ago
#1939 - Build cleanup
Pull Request -
State: closed - Opened by ucodery over 2 years ago
- 1 comment
#1922 - section headers and footers do not abide by comment_prefix setting
Issue -
State: open - Opened by MarximusMaximus almost 3 years ago
- 1 comment
#1905 - [WIP]: Unindented comments get cut off
Pull Request -
State: closed - Opened by anirudnits almost 3 years ago
- 1 comment
#1896 - Document shared profiles
Pull Request -
State: closed - Opened by matthewhughes934 about 3 years ago
#1893 - add_import adds imports above module docstring when docstring is raw string
Issue -
State: open - Opened by Skylion007 about 3 years ago
- 1 comment
#1889 - Local and CI/CD isort with different behaviour
Issue -
State: open - Opened by matteoettam09 about 3 years ago
- 24 comments
Labels: repo_needed
#1887 - `sort_reexports` breaks `__all__` symbol
Issue -
State: closed - Opened by jugmac00 about 3 years ago
#1882 - Invalid syntax output for modules that directly import __future__
Issue -
State: open - Opened by adamchainz about 3 years ago
Labels: bug, help wanted
#1872 - `isort` ignores config files like `pyproject.toml` when explicitly passing files
Issue -
State: open - Opened by lucaslie about 3 years ago
- 9 comments
Labels: question, repo_needed
#1865 - Long package and module names cause isort to violate the line length limit
Issue -
State: closed - Opened by Bengt about 3 years ago
- 5 comments
#1864 - `HANGING_INDENT` Multi Line Import adds comma in profile hug
Issue -
State: closed - Opened by Bengt about 3 years ago
- 5 comments
#1857 - Fix NOQA multiline mode. Use "NOQA: E501" instead of excessive "NOQA"…
Pull Request -
State: closed - Opened by 0lmer about 3 years ago
#1843 - Add some documentation about how isort moves comments.
Issue -
State: open - Opened by tomprince over 3 years ago
- 2 comments
#1839 - Comments moving bug when using import aliases
Issue -
State: open - Opened by JMMarchant over 3 years ago
- 4 comments
#1830 - Imports on same line
Issue -
State: closed - Opened by alexreg over 3 years ago
- 6 comments
Labels: wont_fix
#1816 - Support for blank lines between packages like flake8-import-order "cryptography" style
Issue -
State: open - Opened by rolandcrosby-check over 3 years ago
- 1 comment
#1790 - inconsistent isorting sorting between local and CI execution
Issue -
State: closed - Opened by ssbarnea over 3 years ago
- 11 comments
Labels: question, documentation
#1767 - UnicodeDecodeError: 'gbk' codec can't decode byte 0xa1 in position 1340: illegal multibyte sequence
Issue -
State: closed - Opened by YeKelvin over 3 years ago
- 2 comments
Labels: bug
#1734 - isortd server process
Issue -
State: open - Opened by wyuenho almost 4 years ago
- 28 comments
Labels: enhancement
#1704 - Namespaced packages in a repo with a shared `.isort.cfg` are misidentified as third-party
Issue -
State: open - Opened by stpierre almost 4 years ago
- 14 comments
Labels: question
#1684 - `extend_skip` option to skip files *in addition to* files skipped in `skip`
Issue -
State: closed - Opened by Jackenmen almost 4 years ago
- 4 comments
Labels: enhancement
#1677 - Force relative/absolute imports
Issue -
State: open - Opened by olivierdalang almost 4 years ago
- 22 comments
Labels: enhancement
#1595 - isort thinks third party library is first party if repo directory name is same as third party library name
Issue -
State: closed - Opened by okngneer over 4 years ago
- 5 comments
Labels: question
#1535 - Automatic nested duplicate import removal
Issue -
State: closed - Opened by timothycrosley over 4 years ago
- 14 comments
Labels: enhancement, help wanted, Hacktoberfest
#1534 - Replace Imports
Issue -
State: open - Opened by timothycrosley over 4 years ago
- 9 comments
Labels: enhancement, help wanted, Hacktoberfest
#1531 - Long absolute imports not getting wrapped
Issue -
State: open - Opened by VakarisZ over 4 years ago
- 9 comments
Labels: enhancement
#1531 - Long absolute imports not getting wrapped
Issue -
State: open - Opened by VakarisZ over 4 years ago
- 7 comments
Labels: enhancement
#1531 - Long absolute imports not getting wrapped
Issue -
State: open - Opened by VakarisZ over 4 years ago
- 7 comments
Labels: enhancement
#1531 - Long absolute imports not getting wrapped
Issue -
State: open - Opened by VakarisZ over 4 years ago
- 7 comments
Labels: enhancement
#1531 - Long absolute imports not getting wrapped
Issue -
State: open - Opened by VakarisZ over 4 years ago
- 7 comments
Labels: enhancement
#1518 - How to make isort black compatible. Original Question: isort conflicts with black?
Issue -
State: closed - Opened by tordbb over 4 years ago
- 21 comments
Labels: question, documentation
#1384 - Discrepancies on running isort in local vs Github Action
Issue -
State: closed - Opened by onlinejudge95 over 4 years ago
- 6 comments
Labels: documentation
#1338 - How to best run isort on "# %% notebooks"?
Issue -
State: closed - Opened by mwouts over 4 years ago
- 8 comments
Labels: enhancement
#1183 - New --skip behavior conflicts with VSCode Python extension "organize on save"
Issue -
State: closed - Opened by matheusmb almost 5 years ago
- 2 comments
#1180 - Does this project follow semantic versioning?
Issue -
State: closed - Opened by alvassin almost 5 years ago
- 2 comments
Labels: documentation
#1105 - Delete unused imports
Issue -
State: open - Opened by astier about 5 years ago
- 22 comments
Labels: enhancement
#811 - ISort fails to recognise whitespace-only line as a blank line
Issue -
State: closed - Opened by bignose-debian about 6 years ago
- 6 comments
Labels: bug
#614 - Include information about which files are skipped
Issue -
State: closed - Opened by rogpeppe about 7 years ago
- 6 comments
#295 - skip statements
Issue -
State: closed - Opened by simonzack over 9 years ago
- 30 comments
Labels: enhancement
#119 - Allow 2 spaces after an import block
Issue -
State: closed - Opened by dwaynebailey about 11 years ago
- 4 comments
Labels: enhancement