Code cleanup/refactoring

This commit is contained in:
Oliver Falk
2025-02-10 16:54:28 +01:00
parent 4a892b0c4c
commit e90604a8d3
14 changed files with 315 additions and 559 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = E501, W503, E402, C901, E231
ignore = E501, W503, E402, C901, E231, E702
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9