ruff: Enable B lint

This commit is contained in:
Marcel Hellwig
2026-01-04 14:03:06 +01:00
parent 0f272052b3
commit 2c36adfd75
7 changed files with 25 additions and 21 deletions

View File

@@ -36,21 +36,21 @@ target_metadata = Base.metadata
# this is to keep pycharm from complaining about/optimizing unused imports
# noinspection PyStatementEffect
(
User,
OAuthAccount,
IndexerQueryResult,
Torrent,
Show,
Season,
Episode,
SeasonFile,
SeasonRequest,
Movie,
MovieFile,
MovieRequest,
Notification,
)
__all__ = [
"User",
"OAuthAccount",
"IndexerQueryResult",
"Torrent",
"Show",
"Season",
"Episode",
"SeasonFile",
"SeasonRequest",
"Movie",
"MovieFile",
"MovieRequest",
"Notification",
]
# other values from the config, defined by the needs of env.py,