-
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.5.
Release notes
Sourced from ruff's releases.
v0.3.5
Changes
Preview features
[pylint] Implement modified-iterating-set (E4703) (#…
-
## Description
Trying to ignore `DALL000` globally using a config file leads to a validation error when using flake8 v6.0.0
## Steps to Reproduce
Run flake8 with the following `.flake8` config …
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
### What's wrong
One char classes considered as constant
### How it should be
We have import line: `from django.models.db import F`, we replaced it to `from django.models.db import F as Func`, than…
-
Migrating this, as recommended, from a [downstream `flake8` issue](https://gitlab.com/pycqa/flake8/issues/610). As the issue disappears with the latest `flake8` version from the `master` branch (which…
-
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…
-
Following https://github.com/ManimCommunity/manim/pull/3620, would be great to enforce linting on CI.
I propose using Ruff instead of flake8, it would avoid having to install a bunch of plugins and…
-
**Checklist**
* [x] Same issue occurs when reproducing the MWE below: new virtualenv, clean folder, minimal additional libs, etc.
* [x] Same issue occurs when running without cache (eg by settin…
-
Hi,
I replaced the `Python > Linting: Flake8 Path` on settings and followed the instructions here
![image](https://user-images.githubusercontent.com/53630064/151379304-dcd743cd-98a5-43f2-a34c-fb…
-
I can't get autoimport to work. I've followed [the instructions in the documentation](https://github.com/python-lsp/python-lsp-server/blob/develop/docs/autoimport.md) and a added `rope_autoimport` in …