0.3.0
- Added more rules
- Fixed problem where referring to values in modules via the form
"<module>:<attr>"raised. (#21) - Introduced factory method
new_pluginwhich simplifies creating plugin objects. - Refactored out new common mixin class
Operationwhich reduces amount of code and simplifies testing of operation classesRule,Processor,Formatter. - Improved overall test coverage.
- Switched to ruff as default linter and formatter.
Full Changelog: v0.2.0...v0.3.0