Martin Thoma
|
e17388d072
|
Use NamedTuple; Fix camelCase->snake_case
|
2022-04-02 11:22:40 +02:00 |
|
Martin Thoma
|
ac184fec42
|
Python: Type annotations
|
2022-04-02 10:56:43 +02:00 |
|
Martin Thoma
|
4b3b991273
|
Use docstrings
|
2022-04-02 08:10:01 +02:00 |
|
Martin Thoma
|
83b3dc402c
|
Python: Add type annotations
|
2022-03-20 19:16:39 +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
|
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 |
|
LittleTealeaf
|
11fb8f778f
|
Added comments
|
2022-01-11 16:11:10 -05:00 |
|
LittleTealeaf
|
ea16d14a9d
|
Implemented more Roulette.py
|
2022-01-11 16:01:38 -05:00 |
|
Thomas Kwashnak
|
614e4740a9
|
Added check
|
2022-01-11 15:26:53 -05:00 |
|
Thomas Kwashnak
|
74a3cb72ac
|
Started Roulette in Python
|
2022-01-11 15:09:03 -05:00 |
|
Thomas Kwashnak
|
0d7f407197
|
Create roulette.py
|
2022-01-10 11:31:04 -05:00 |
|