-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Description
steps are:
- add
# misc lints
"PIE",
to
Lines 201 to 215 in 6db4c47
select = [ | |
# pyflakes | |
"F", | |
# pycodestyle | |
"E", | |
"W", | |
# flake8-2020 | |
"YTT", | |
# flake8-bugbear | |
"B", | |
# flake8-quotes | |
"Q", | |
# pylint | |
"PLE", "PLR", "PLW", | |
] |
- run
pre-commit run ruff --all-files
- fixup all errors
- stage, commit, push