Lots of code cleanup, no functionality change

This commit is contained in:
Oliver Falk
2025-02-10 13:27:48 +01:00
parent 04a39f7693
commit 4a892b0c4c
7 changed files with 139 additions and 148 deletions

View File

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