-
Imports in moccasin are gross, add isort to formatter.
-
-
Hozd létre az ISort interface-t az UML alapján. Hozd létre a Sort class-t, ami implementálja az ISort
interface-t. Az UML alapján csak egy metódust kell ténylegesen megvalósítani benne, a bubbleSort(…
-
When using py-isort on Emacs 25.3 Windows 10 Pro, it fails with the following message:
`Searching for program: No such file or directory, diff`
Installing `isort` and calling it from powershell …
-
Would be great if `ruff config` tab autocompletes:
```
ruff config is
# tab
ruff config isort
```
and
```
ruff config isort.spl
# tab
ruff config isort.split-on-trailing-comma
```
…
-
**Is your feature request related to a problem? Please describe.**
We have already migrated to using [ruff](https://docs.astral.sh/ruff/) to replace flake8 and pyflakes. A previous barrier to using…
-
* I tried to use the add_import functionality like so:
```add_imports = "from __future__ import annotations"```
However, it kept destroying my module level docstrings by adding an import before th…
-
After #6905, we can modernize our type annotations in various ways by doing the following:
- Use `from __future__ import annotations` ([PEP 563](https://peps.python.org/pep-0563/), [mypy docs](http…
-
It'd be nice if this flow worked simply to avoid needing to activate a virtualenv - regardless of whether I'm using a full uv project or not.
```
$ uv venv
$ uv pip install -e .
$ uv run python
…
-
Hi,
this issue seems to be related to #1009 #1843.
When using `isort` as a pre-commit hook with `black` profile. My commented imports are being moved to a single line.
Commented imports are int…