-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
## Information
**VIM version**
```
:version
NVIM v0.5.0-95-g2e14dffbb
Build type: RelWithDebInfo
```
Operating System: arch linux
## What went wrong
When enabling the `isort` fixer, i…
jaapz updated
1 month ago
-
From a pymod I'm packaging that uses isort-py:
```
import isort.api
File "/sw/lib/python3.10/site-packages/isort/__init__.py", line 25, in
from . import settings # noqa: F401
File "…
-
### Describe the feature
To ensure code consistency we want to add 2 linters.
### Use Case
Adding these linters will ease code reviews going forward.
### Proposed Solution
- [ ] Enable linter in …
-
# Bounty: Cleanup Dead Code and Format Code
## Reward : 50 USD.
## Description:
We are looking for contributors to help us clean up dead code and format all Python files in our Flask-based back…
-
I have two VSCode dev environments:
One is my local workstation VScode (mac) with the latest isort and black available in $PATH.
The other one is pure devcontainer with controlled environment and …
-
We need to replace the legacy build system based on `setup.py`, `setup.cfg` with a modern Python one based on `pyproject.toml`. This guide on [How to modernize a setup.py based project](https://packa…
-
Problem:
I have a python project, trying to skip directories, somehow it gos to .cache and ignores all my efforts to skip it.
I guess my .venv may have a link to .cache, but why don't isort check …
-
- **Improvement:**
Enhance code formatting and Linting Standards with Pre-configured Tools ([Black](https://black.readthedocs.io/en/stable/), [Flake8](https://flake8.pycqa.org/en/latest/), [Isort](h…
-
**Describe the bug**
We have Django files/settings that have intentional import ordering to avoid issues. Hence, we exclude them when fixing the imports using `isort` via `skip_glob` option.
This…