-
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.
-
~While I personally like `isort` better, my company uses [reorder-python-imports](https://pypi.org/project/reorder-python-imports/) so I am wondering if there is already support for this and I mis…
-
Please publish an official image for `isort` on [Docker Hub](https://hub.docker.com/), [AWS Public ECR](https://gallery.ecr.aws/), [GCR](https://cloud.google.com/container-registry/), the GitHub Conta…
ryboe updated
10 months ago
-
Somehow, from this line,
```isort==4.3.4```
one gets
```
pyz_library(
name="isort",
deps=[
"futures",
"futures",
] + ["@pypi_isort//:li…
therc updated
5 years ago
-
Hi developer,
I face this issue , the hardware is raspberrypi 3B+
detail please check attachment
########################################
root@raspberrypi:/tmp# vi /root/k-vim/bundle/vim-isort…
-
Hello, I have configured conventional-pre-commit from `.pre-commit-config.yaml file`,
```
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.6.0
hooks:
- id: conve…
-
As of September, there are a number of dependencies that may be irrelevant. Check on these following development and make sure that anything unnessesary is removed.
(Bolded items are questionable, …
-
Originally requested in https://github.com/astral-sh/ruff/issues/1079
Requires a custom parse mode and AST extensions to support Cython specific syntax. See https://cython.readthedocs.io/en/latest/…
-
[Ruff](https://docs.astral.sh/ruff/) is a "multi-purpose" tool for Python linting and code-formatting which can replace the current tools apart from mypy. This would improve the developer experience a…
terop updated
8 months ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Given the following project structure:
```
abc
├── .git # Root here
├── def
| …