mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-08-28 12:50:42 +08:00
* Add overall CI settings * Add specific build dir to travis * Add before install/script condition to travis * Add ddpg baseline * Add wandb, remove algorithms except ddpg * Remove init file in script * Separate config file for ddpg * Remove unnecessary examples * Remove unnecessary args opt * Add pre-commit setting * Change pre-commit settings * Change travis-ci setting * Fix travis-ci issue * Modify argparse arguments, fix requirements * Change arguments order
17 lines
169 B
Plaintext
17 lines
169 B
Plaintext
pre-commit
|
|
|
|
# formatting
|
|
black
|
|
isort
|
|
|
|
# testing
|
|
flake8==3.6.0
|
|
flake8-bugbear
|
|
flake8-docstrings
|
|
pytest>=4.0.0
|
|
pytest-flake8
|
|
pytest-cov
|
|
|
|
# generating requirements
|
|
pipreqs
|