-
Hello,
have these lines in my .pre-commit.yaml:
```python
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3 # should be the same as in dev.in
hooks:
- id: isort
```
…
-
I often see console logs like this from the `ms-python.isort` extension:
It makes it really hard to see actual errors. We should figure out why this is happening and how/whether we can resolve …
seeM updated
4 months ago
-
This goes in the same direction as #2008: [isort](https://github.com/timothycrosley/isort) is a small little tool to make the code style more similar.
## Why import sorting?
I like it, because i…
-
### Feature description
A version of `band(x, y1, y2)` that changes color at intersections.
### How it should look like
![tmp](https://github.com/MakieOrg/Makie.jl/assets/4486578/6b575305-fc…
-
Hi!
ruff 0.3.4
I am trying to use `ruff --select I` on our monorepo
```
.
├── pyproject.toml
└── src
└── dir
└── module
├── __init__.py
└── a.py…
-
Hi! I noticed that the
```bash
ERROR: Imports are incorrectly sorted.
```
"header" before an isort diff is shown has disappeared in pytest-isort output i.e. the filename associated with an is…
-
lets the war begin @kylebarron! the first one to submit a PR wins!
-
Can we get this option added to ruff?
https://pycqa.github.io/isort/docs/configuration/options#lines-before-imports
-
### 🔖 Feature description
I think we can use famous linting tools like black, flake8 and isort to keep the code style consistent and maybe we can use `pre-commit` hook to make sure the format is corr…
-
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.