mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
ported vk scraper logic into lib
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
.PHONY : docs
|
||||
docs :
|
||||
rm -rf docs/build/
|
||||
sphinx-autobuild -b html --watch my_package/ docs/source/ docs/build/
|
||||
sphinx-autobuild -b html --watch vk_url_scraper/ docs/source/ docs/build/
|
||||
|
||||
.PHONY : run-checks
|
||||
run-checks :
|
||||
@@ -9,4 +9,4 @@ run-checks :
|
||||
black --check .
|
||||
flake8 .
|
||||
mypy .
|
||||
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes --doctest-modules tests/ my_package/
|
||||
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes --doctest-modules tests/ vk_url_scraper/
|
||||
|
||||
Reference in New Issue
Block a user