Commit Graph

25 Commits

Author SHA1 Message Date
Robert Kaussow 8c9420b445 fix linting 2024-01-15 15:26:56 +01:00
Robert Kaussow 8266f92b47
chore: drop yapf and favor of the ruff formatter (#716) 2023-11-10 14:50:48 +01:00
Robert Kaussow 0ebb855bc5
fix: remove deprecated distutils (#694) 2023-10-16 12:16:44 +02:00
Robert Kaussow b31d510156
refctor: migrate flake8 to ruff python linter (#540) 2023-02-10 08:51:17 +01:00
Robert Kaussow b4bf13d734
refactor: replace str.format with f-strings (#521) 2023-01-09 11:59:25 +01:00
Robert Kaussow 427356cf61
fix: fix format string of the json logger (#226) 2021-10-07 23:17:27 +02:00
Robert Kaussow fc6d5636a8
chore: remove six and switch to native python3 syntax (#183) 2021-08-08 21:25: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
Robert Kaussow e1ff6d2e73 slightly rework of the log output formatting 2020-04-05 15:24:51 +02:00
Robert Kaussow 675bb6271e add yapf as formatter 2020-04-05 14:33:43 +02:00
Robert Kaussow 53534716af fix to_bool params 2020-02-04 00:12:03 +01:00
Robert Kaussow 83a173204a replace removed dependency convert_bool 2020-02-04 00:03:26 +01:00
Robert Kaussow 10aaa8e7e3 fix pytest 2019-04-11 15:56:20 +02:00
Robert Kaussow f0f5e20a23 remove used assert method outside of test 2019-04-11 11:57:30 +02:00
Robert Kaussow 4c6c5c9120 enable multiprocessing for candidate reviews 2019-04-08 16:55:07 +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 fa14538f20 add some details to json logs 2019-04-03 23:39:27 +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
Robert Kaussow 592da84e85 complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
Robert Kaussow 0ffdf36a0d refactor logging and switch to python standard library 2019-03-28 16:54:45 +01:00