Changelog#
Unreleased#
Highlights#
Bugfixes#
Configuration#
Depreciation#
Documentation#
Feature#
Packaging#
Refactor#
Removals#
Development#
Other#
0.5.0 - 2022/05/29#
Highlights#
Bugfixes#
Configuration#
Depreciation#
Documentation#
Feature#
Packaging#
Package name changed to boa
Refactor#
Removals#
Development#
- CLI
Add invoke cli tools to easily run linting, pytest, and other tools. example:
invoke styleruns black, isort, and flakeheaven (plugin for flake8)
- CI
- Add a CI.yaml file for GitHub actions
Does linting check on every push and pull request to develop or main to check flakeheaven, black, and isort would pass.
Does automated testing on every push and pull request to develop and main.