-
### Context
While working on a new charm https://github.com/canonical/github-profiles-automator/issues/7 I realised that `charmcraft init` now is using `ruff` by default for lint and not `flake8` htt…
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
https://github.com/PyCQA/flake8-bugbear
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
https://github.com/PyCQA/flake8-bugbear
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
https://github.com/adamchainz/flake8-comprehensions
-
Darker didn't find flake8... It's installed in `.venv`, but raised this error:
```
DEBUG:darkgraylib.git:[~/cookiecutter_templates/generated_templates/make-uv-python/your_cool_package]$ git rev-pars…
-
### What is the problem or limitation you are having?
Toga's flake8 configuration (set in tox.ini because of... *reasons*) enforces a line length of 119. However, Black format enforces an 88 characte…
-
### What is the problem or limitation you are having?
Briefcase's flake8 configuration (set in tox.ini because of... *reasons*) enforces a line length of 119. However, Black format enforces an 88 cha…
-
In https://github.com/ray-project/ray/issues/47991#issuecomment-2448618658
Since `ruff` is drop-in replacement for `flake8` so upgrading `flake8` and switching to `ruff` should require the similar…
-
I'm trying to migrate to ruff to lint and format generated codes. But, i have encountered infinity loop error when using `ruff check --fix`. rule codes `F401, F811, I001`.
In the generated code, th…
-
Issue to track the implementation of [`flake8-logging`](https://github.com/adamchainz/flake8-logging) rules.
- [x] `LOG001` use logging.getLogger() to instantiate loggers
- [x] `LOG002` use `__nam…