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
|
3b2739b8a2
|
Clean Code: Apply flake8-simplify to Python
Also flake8-comprehensions which was added to the CI
For flake8-simplify, there are a few false-positives,
e.g. https://github.com/MartinThoma/flake8-simplify/issues/115
|
2022-03-18 22:29:56 +01:00 |
|
Martin Thoma
|
74bccfc593
|
Make mypy --strict happy
|
2022-03-06 14:45:27 +01:00 |
|
Martin Thoma
|
e921aa95a3
|
Remove unnecessary code / comment
|
2022-03-06 13:43:22 +01:00 |
|
Martin Thoma
|
5040aaf2a9
|
Python version of Blackjack
|
2022-03-06 13:34:32 +01:00 |
|