-
https://crate.io/packages/Twisted/ returns Internal Server Error.
-
Type: Bug
Use two LSP servers have them both register provider of Organize Import code Action for the same language. When user runs Organize Imports both LSP servers receive the same version of the…
-
`setup.cfg` doesn't know about which tools I should have for development, e.g., flake8, black, isort, nose. I think we should re-introduce `requirements.txt` and add these tools. In the workflow file,…
-
Vanilla isort supports [custom sections](https://github.com/timothycrosley/isort#custom-sections-and-ordering) with the `known_` and `sections` configuration arguments. This is, as far as I can tell, …
-
Hi,
Crate badges for 2 of my packages stopped working suddenly, and when going to the site all I see is "Internal Server Error" with no explanation as to what went wrong.
https://crate.io/packages/i…
-
-
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…
-
**Is your feature request related to a problem? Please describe.**
There are valid reasons to ignore some issues that are reported. For instance, a dependency can legitimately be reported as obsole…
-
## Motivation
This issue summarizes the github actions that we plan to introduce in the future. Please feel free to leave comments.
## TODOs
- [x] [flake8](https://github.com/PyCQA/flake8) (or [h…
-
I'm confused about what this package provides. The readme has:
```
pre-commit hooks for python projects using pyproject.toml.
.pre-commit-hooks.yaml provides pre-defined ids which you just need…