Fixed lint for python crawlers directory

pull/138/head
kompotkot 2021-08-24 13:00:35 +00:00
rodzic e54ea8bddb
commit 8d666b6741
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,11 +17,11 @@ jobs:
with:
python-version: "3.8"
- name: Install test requirements
working-directory: ./crawlers
working-directory: ./crawlers/mooncrawl
run: pip install -e .[dev]
# - name: Mypy type check
# working-directory: ./crawlers
# run: mypy mooncrawl/
- name: Black syntax check
working-directory: ./crawlers
working-directory: ./crawlers/mooncrawl
run: black --check mooncrawl/