-
# Feature Request
While working on some documentation, I discovered that the `pre-commit` script relies on some python dependencies,
https://github.com/firecracker-microvm/firecracker/blob/45a1a1b…
-
```toml
[tool.dephell.main]
from = "pyproject.toml"
to = "poetry.lock"
```
```bash
$ dephell deps convert --traceback
ERROR FileExistsError: [Errno too many egg-info] [ArchivePath(archive_pat…
-
It seems that when running `pytest-isort` with `pytest-xdist` the cache does not get populated (`.pytest_cache/.../v/isort/mtimes` is empty). This means that test are re-run on all files when using di…
-
I was working on a PR and I was surprised to see many linting errors.
I didn't see any documentation on which test I should run from my side (ruff, flak8 isort others).
**Describe the solution yo…
-
Ruff is "An extremely fast Python linter and code formatter, written in Rust." (https://github.com/astral-sh/ruff)
It effectively does what flake8 does, with some of its plugins (flake8-builtins, f…
-
@andrea-dm Would be nice if the code would be formatted using a recent version of black and isort.
If you need help I can do it and setup pipelines to enforce the code to be always formatted by the…
-
Hello!
Thank you for the great plugin! Unfortunately I have some issues getting my python linting working correctly. When I try to configure both flake8 and mypy for python, only flake8 works. When…
-
Hi,
what I did:
- issue `isort --help | less` command
- try to find "config" or "config-file" option and failed
- googled "how to specify config file for isort" and found an issue with `--sp` opti…
-
Split out from https://github.com/Open-Telecoms-Data/open-fibre-data-standard/issues/19
-
## Expected Behavior
We want pre-commit hooks to pass
## Current Behavior
There are various files that we don't necessarily need to pass checks, and many of our repos have them
for example, ve…