-
**Hi. Thanks so much to the PyCQA and the contributors to isort! Greatly appreciate the project!**
Forgive me if this issue should be reported elsewhere. I searched for a repository for the website…
-
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/
…
-
Hi, there is a list of statements:
1. wemake-python-styleguide has license MIT
2. flake8-isort has license GPL
3. flake8-isort is one of mandatory dependencies of wemake-python-styleguide
Thes…
-
I tried to test it with the [try online](https://pycqa.github.io/isort/docs/quick_start/0.-try.html) tool but it just freezes on "loading".
Heres the code before `isort`:
```py
from django.core.m…
-
Even though I don't like the auto-fixing abilities of autopep8/yapf, they might be useful to use as a linter as they find certain cases flake8/pylint don't.
-
See https://github.com/astral-sh/ruff for details.
-
The Python scripts have some odd formatting (e.g., switching between 4 and 8-space indents in the same file). Running black and isort should automatically resolve many style issues.
You can do this…
tsalo updated
8 months ago
-
Hi,
We do use `combine-as-imports` for the lint.isort settings.
However, the following passes ruff check despite the typing being imported twice:
```
import typing
from typing import Any
d…
-
### Is your feature request related to a problem? Please describe.
### Describe the solution you'd like
- Want to add a basic .editorconfig file
- Next, we’ll add flake8 to enforce PEP8 rules
…
-
We should use a consistent style for import statements. Proposed config:
```
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
args: ['--py'…