Added
- Installing all tool rc files with this package.
Added new separate levels and corresponding profiles for each separate tool.
Using installed markdownlintrc file instead of copying into this repo.
- Publishing tags to pypi.
- Formatted all code using black. Added Github Action to ensure future commits are consistent with black formatting.
- Using markdownlint statick plugin to check documentation files.
Changed
- Switched from travis ci to github actions.
Fixed
- Limit discovery plugins to only find files corresponding to the tools specified. (Thomas Denewiler, tdenewiler)