app->libretranslate; mv tests/ inside libretranslate/

This commit is contained in:
reynoldsnlp 2022-12-29 16:44:53 -07:00
parent 40a1141eac
commit a23a9fbd75
47 changed files with 24 additions and 25 deletions

View file

@ -6,7 +6,7 @@ exclude = .git,
venv,
test,
setup.py,
app/__init__.py
libretranslate/__init__.py
max-line-length = 136
ignore = E741