You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renames the following rules that stood out to me at a glance as needing better names:
- `or-true` to `expr-or-true`
- `and-false` to `expr-and-false`
- `a-or-not-a` to `expr-or-not-expr`
- `a-and-not-a` to `expr-and-not-expr`
Related to #2902.
This is the tracking issue for our effort to rename our rules according to our rule naming convention.
use-*
.consider-*
.pathlib-
toos-path-
will be done in [flake8-use-pathlib
] autofix and new rules #2348Some related renaming efforts:
pytest-*
to all pytest-style rule names.pandas-
to all pandas-vet rule names.See also #2714.
The text was updated successfully, but these errors were encountered: