13 lines
121 B
Text
13 lines
121 B
Text
-r requirements.txt
|
|
|
|
# Code lint
|
|
autopep8
|
|
flake8
|
|
|
|
# Security
|
|
pre-commit
|
|
|
|
# Unit tests and coverage
|
|
pytest
|
|
pytest-cov
|
|
tox
|