feat(cli):add quality and translation type selection

This commit is contained in:
Benex254
2024-08-05 09:47:00 +03:00
parent f377711c4a
commit d2a328c2c8
36 changed files with 675 additions and 403 deletions

View File

@@ -35,3 +35,9 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
fastanime = 'fastanime:FastAnime'
# FILE: .bandit
[tool.bandit]
#exclude = tests,path/to/file
#tests = B201,B301
skips = ["B311","B603","B607","B404"]