Commit Graph

16 Commits

Author SHA1 Message Date
4ec8954ab5
fix: improve url and jinja string escapes (#585) 2023-04-20 08:23:12 +02:00
renovate[bot]
9e5f939098
chore(deps): update dependency ruff to v0.0.259 (#568) 2023-03-27 13:18:25 +02:00
b31d510156
refctor: migrate flake8 to ruff python linter (#540) 2023-02-10 08:51:17 +01:00
129e6bab0f
fix: replace codecs.open with io.open to fix yamllint (#528) 2023-01-16 21:56:06 +01:00
b4bf13d734
refactor: replace str.format with f-strings (#521) 2023-01-09 11:59:25 +01:00
e52ec3c034
fix: remove yaml loader from yamllint as this results in always pass (#153) 2021-06-09 15:58:48 +02:00
2d37210249
fix: avoid manipulation of an existing task object by a shallow copy (#118)
Fixes: https://github.com/emsecrist/ansible-later-issue-117
2021-05-04 21:55:44 +02:00
5dae0a6976
fix: add missing vault yaml tag (#113) 2021-04-13 22:27:26 +02:00
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
6dbfd81152 add flake8-pep3101 2020-04-11 16:20:41 +02:00
675bb6271e add yapf as formatter 2020-04-05 14:33:43 +02:00
Robert Kaussow
397c92a27b add better multiline logging and fix json format issues 2019-04-05 12:23:18 +02:00
Robert Kaussow
554d957af3 fix some linting errors 2019-04-04 16:06:18 +02:00
Robert Kaussow
2b574970c2 fix json logging and add file exclude options 2019-04-04 15:35:47 +02:00
Robert Kaussow
4f33afff3e work on better json logging 2019-04-03 17:42:46 +02:00
Robert Kaussow
be74192c67 refactor logging and candidates 2019-04-02 16:34:03 +02:00