mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-08-23 12:20:45 +08:00
15 lines
139 B
Plaintext
Executable File
15 lines
139 B
Plaintext
Executable File
pre-commit
|
|
|
|
# formatting
|
|
isort
|
|
# black -> in Makefile
|
|
|
|
# testing
|
|
flake8
|
|
pytest
|
|
pytest-flake8
|
|
pytest-cov
|
|
|
|
# generating requirements
|
|
pipreqs
|