mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
docs
This commit is contained in:
8
Makefile
8
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user