-
### Problem
Attempting to sort a multiline `__all__` attribute that is longer than the line limit with `isort . --sort-reexports --profile=black` wraps the lines in a non-black compatible way:
#…
-
### Bug description
`pyright` uses `...` to determine the body of this method is not implemented here. Without using `...`, `pyright` rightfully (IMHO, as is the only way it has to know the user is i…
-
## 💥 Proposal
Adding a pre-commit config file would be good for formatting/linting purposes. I am currently working on a python CLI project myself and we use pre commit hooks for the above mentione…
-
isort is a library that automatically sorts your imports according to pep8 conventions, i.e. in alphabetical order, 'from' imports separated, all at the top of the file. It's even less invasive than e…
-
I ran into the 'how do you make isort compatible with black' problem, and while I think I've resolved my issue via https://github.com/PyCQA/isort/issues/1518, I think part of the problem is that the d…
-
Despite having written Python for some years, I've really appreciated using [black](https://github.com/psf/black) and [isort](https://pypi.org/project/isort/) recently. They generally align to my pers…
-
Has anyone tried to add Isort/vim-isort as a syntax checker to syntastic ?
All I could find was this issue: https://github.com/scrooloose/syntastic/issues/895
I would rather be informed of missorts r…
-
-
To avoid unnecessary CI failures, do code formatting automatically. Also, run linting and reject commit if linting does not pass.
-