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
|
17a75813b1
|
Remove tests and alternative Python implementations
Ad discussed here:
https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1081008471
|
2022-03-29 07:02:10 +02:00 |
|
Martin Thoma
|
f192a3db36
|
Python: Add test for 9 / 10 / 11 / 12
|
2022-03-22 21:26:52 +01: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 |
|
Chris Reuter
|
d26dbf036a
|
Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
|
2021-11-21 18:30:21 -05:00 |
|