This commit is contained in:
msramalho
2022-06-18 00:11:24 +02:00
parent b63289829c
commit 187cfa83c8
6 changed files with 181 additions and 40 deletions

View File

@@ -5,8 +5,12 @@ docs :
.PHONY : run-checks
run-checks :
isort --check .
black --check .
# do with --check to not change files
# isort --check .
# black --check .
# do like this to fix files
isort .
black .
flake8 .
mypy .
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes --doctest-modules tests/ vk_url_scraper/