ruff: enable W, COM, EXE rules

This commit is contained in:
Dima Gerasimov 2024-08-28 03:05:24 +01:00 committed by karlicoss
parent ac08af7aab
commit c5df3ce128
9 changed files with 19 additions and 14 deletions

View file

@ -18,7 +18,7 @@ from my.config import telegram as user_config
class config(user_config.telegram_backup):
# path to the export database.sqlite
export_path: PathIsh
@dataclass
class Chat: