Commit Graph

7 Commits

Author SHA1 Message Date
Robert Kaussow b4bf13d734
refactor: replace str.format with f-strings (#521) 2023-01-09 11:59:25 +01:00
Robert Kaussow 43d7edca32
refactor plugin system to use a class-based approach (#68)
* refactor plugin system to use a class-based approach

* disable some docstring linter errors and fix imports

* cleanup

* fix docs

* add metavars to cli arguments for better helptext

* add option to disable buildin rules

* remove print

* remove dead code
2021-01-30 16:52:48 +01:00
Robert Kaussow 0c6df867ca
chore(devel): merge flake8 and yapf config into setup.cfg (#55) 2021-01-01 14:52:10 +01:00
Robert Kaussow 958911fdad fix pytest coverage 2020-06-03 13:34:03 +02:00
Robert Kaussow 28904b94d9 prepare new release 2020-04-06 09:42:49 +02:00
Robert Kaussow 22080185db use dimmed color style for full log text 2020-04-06 08:34:25 +02:00
Robert Kaussow 258f1a21f0 use colorama light colors instead of bright style 2020-04-05 23:56:26 +02:00