Martin Thoma
|
c500424956
|
Simplify Python Code
print_with_tab / print_with_whitespace is trivial with Python
string formatting and was mostly used in only 2 lines.
|
2022-04-02 07:32:09 +02:00 |
|
Martin Thoma
|
0ba0307767
|
Python: Fix linting issues
The following Flake8 issues were fixed:
* W291
* W504
* F821
* F401
* F541
* E402
* E711
|
2022-03-14 13:13:20 +01:00 |
|
Martin Thoma
|
af88007734
|
Python: Fix Flake8 E722 and E741
Additionally:
* Use functions to group blocks of code
* Use variable names (not just one character...)
|
2022-03-12 08:17:03 +01:00 |
|
Martin Thoma
|
e64fb6795c
|
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
|
2022-03-05 09:29:23 +01:00 |
|
uMetalooper
|
33008a1a68
|
Civil War Python added
|
2022-02-27 21:57:41 +00:00 |
|