ruff: enable W, COM, EXE rules

This commit is contained in:
Dima Gerasimov 2024-08-28 03:05:24 +01:00
parent 47f116879f
commit bf96ca7d38
9 changed files with 19 additions and 14 deletions

View file

@ -136,7 +136,7 @@ def canonical_name(repo: Path) -> str:
# else:
# rname = r.name
# if 'backups/github' in repo:
# pass # TODO
# pass # TODO
def _fd_path() -> str: