-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when inconsistent code styles and formatting issues are committed to the repository. These inconsistencies can…
-
Hello,
In my repository:
https://github.com/LLyaudet/python-repeatable-iterable/blob/main/src/python_repeatable_iterable/__init__.py
I have the following imports:
```python3
from typing impor…
-
Consider a git repo that contains two namespaced packages, `my.first.library` and `my.second.library`, with a single *shared* `.isort.cfg`:
```
root
.git/
.isort.cfg
my_first_library/
…
-
VSCode issues:
- [x] #604
- [ ] #516
- [ ] #525
- [ ] #523
---
_Original description by @kedhammar:_
>Making a formal issue, referencing discussions #516 and #525.
>
>Both threads no…
-
Isort cannot handle line magic in jupyter notebook
For example, having a cell with `%matplotlib widget` will cause isort to return:
```
Syntax error in code: Traceback (most recent call last): Fi…
-
The codebase has several unused imports, that a linter could warn against. Find a linter for this job and use it as part of our `make lint` action.
-
Hi, team. Thanks for your hard work.
I noticed a change in how known-first-party imports get classified recently.
If I'm working on `my_namespace.a` project, I expect `my_namespace.b` to be classi…
-
### What did you expect to happen?
Open the main.py
### What did actually happen?
```
PS C:\Users\mcmco\Downloads\Compressed\scratch2python-0.9.0> python main.py
Scratch2Python v0.8.0 running on …
-
Hi there,
I am getting the error `No isort python module detected, you should install it. More info at https://github.com/fisadev/vim-isort` when trying to execute isort within Vim. Isort has corr…
-
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…