Add flake8 warning rules to ruff.

This commit is contained in:
Andrey Rakhmatullin 2024-12-12 21:07:01 +05:00
parent 1e4c81e9dc
commit c003fc0841
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ extend-select = [
"TC",
# pyupgrade
"UP",
# pycodestyle warnings
"W",
# flake8-2020
"YTT",
]