-
FIrst of all, very cool plugin, thank you for making this.
I followed the instructions and when I hit `pip install isort`, I was happy to see this response from my terminal
```
Requirement alread…
-
## Environment data
- Language Server version: `2024.3.1 (pyright version 1.1.351, commit 87171fbf)`
- OS and version: `Windows 10 22H2 build 19045.4170`
- Python version (& distrib…
b-a0 updated
21 minutes ago
-
Run flake8 over entire updated code-base and ensure compliance with [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/).
-
Traceback (most recent call last):
File "E:/Programming/Python/Projects/pandaTest/main.py", line 2, in \
import ECS
File "E:\Programming\Python\Projects\pandaTest\ECS.py", line 3, in \
…
ghost updated
2 years ago
-
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
…
-
Another common way to format Python code is to sort all imports in a common way. One tool that sorts imports in Python files, and modifies the source code, if it finds anything to fix, is `isort`.
…
-
I have `line_length` set to 79.
When formatting this code with `isort --profile black`:
```python
from nemo.polygons import (WILDCARD, cst_limit, offshore_wind_limit,
…
bje- updated
3 months ago
-
report "no organize imports action available" error in the editor area, but
isort output:
```
[Error - 9:02:40 AM] Syntax error in code: Traceback (most recent call last):
File "c:\Users\User\.v…
-
The versions on pypi.org have not kept up to date with what is in the project, and neither has isort's pyproject.toml. This currently blocks updating the lock file:
```
SolverProblemError
The…
-
## Describe the motivation for the change
[Ruff](https://docs.astral.sh/ruff/) is a single replacement for the large number of python code quality tools out there. It's quite fast, implements a lar…