Commit Graph

21 Commits

Author SHA1 Message Date
Robert Kaussow b31d510156
refctor: migrate flake8 to ruff python linter (#540) 2023-02-10 08:51:17 +01:00
Robert Kaussow 4e3c24b359
chore: flake8 disable G004 2022-08-21 23:48:36 +02:00
renovate[bot] 8cb1af3640
chore(deps): update devdependencies (non-major) (#435) 2022-08-21 22:48:29 +02:00
Robert Kaussow 821c6c1773
chore: adjust yapf dict formatting to avoid line breaks (#346) 2022-04-04 22:26:42 +02:00
Robert Kaussow 7219096b3e
chore: disable rule D105 in flake 2021-06-09 20:56:20 +02:00
Robert Kaussow a85c54287c
chore: remove dev dependency flake8-colors (#111) 2021-04-12 09:49:56 +02: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 50bce1ac0a
build: migrate to poetry 2020-12-28 16:21:51 +01:00
Robert Kaussow 62310900e0 fix test paths 2020-04-06 00:21:58 +02:00
Robert Kaussow ca59fc5c5e rename test folder 2020-04-06 00:01:06 +02:00
Robert Kaussow 258f1a21f0 use colorama light colors instead of bright style 2020-04-05 23:56:26 +02:00
Robert Kaussow 675bb6271e add yapf as formatter 2020-04-05 14:33:43 +02:00
Robert Kaussow 83a173204a replace removed dependency convert_bool 2020-02-04 00:03:26 +01:00
Robert Kaussow a8e05aa0bc fix flake8 issues 2019-10-16 00:37:39 +02:00
Robert Kaussow 04dec26a3a add missing dependencies and fix drone pipeline 2019-04-11 13:00:36 +02:00
Robert Kaussow bdeded30f2 force single line in isort and fix pep8 issues 2019-04-10 16:09:37 +02:00
Robert Kaussow 0ffdf36a0d refactor logging and switch to python standard library 2019-03-28 16:54:45 +01:00
Robert Kaussow 4b011891bf add some useful flake8 plugins and start refactoring formatting 2019-03-27 17:00:38 +01:00
Robert Kaussow d2dec85cd5 refactor drone pipeline config 2019-03-25 09:58:24 +01:00
Robert Kaussow 6e20d9bac5 initial commit 2018-12-19 11:19:07 +01:00