danik-tro / scraper-ci-cd-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci-cd-example

ci-cd-example

CI/CD pipelines for scraper library

Get started

Install requirements & pre-commit hooks

$ make setup

Testing

$ make test

Documentation

Locally

Serve docs locally

$ make docs-dev
Build site
$ make docs-build

Linters requirements & pre-commit hooks

Run flake8
$ make lint
Run black & isort
$ make black

About


Languages

Language:Python 63.6%Language:Makefile 36.4%