-
Relevant links:
- https://github.com/charliermarsh/ruff
- https://github.com/wemake-services/flake8-eradicate/issues/269 (see last comments)
- https://www.reddit.com/r/Python/comments/11syxd0/the_r…
-
## What
Replace existing linters with Python [ruff](https://docs.astral.sh/ruff/) linter (and either fix violations or configure for our codebase)
## Why
ruff consolidates multiple linters an…
-
Run flake8 over entire updated code-base and ensure compliance with [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/).
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
https://www.flake8rules.com/rules/F401.html
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
https://www.flake8rules.com/rules/E231.html
-
This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.
-
# User story
As a user I want to be warned that I should be using AwareDatetimeWithDefault instead of datetime. Updating to aind-flake8-extensions>=0.6 would make this happen, but this causes problem…
-
Hi,
Attempting to run the test suite with `pytest -vv`, I see this:
```
============================= test session starts ==============================
platform linux -- Python 3.10.7, pytest-8.3.…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
I noticed https://pypi.org/project/flake8-encodings/ was missing when porting a package over to Ruff. This checks for `encoding=` missing from open (and `configparser.ConfigParser` and `pathlib.Path`)…