Library for helpful stuff.
Run make
for a list of possible targets.
Run this command for installation
make install
black
for code styleisort
for import sorting- docstring style:
sphinx
pytest
for running tests
To set up your dev environment run:
pip install -r requirements.txt
# Install pre-commit hook
pre-commit install
To run all the linters on all files:
pre-commit run --all-files