Martin Thoma
|
bf6681e3b0
|
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
|
d456556cdb
|
Python: Add Continuous Integration for Python
There are a lot of exceptions, but it's a start.
This will ensure that no more issues get added / that issues
get fixed before the code is added
|
2022-03-09 21:29:06 +01:00 |
|
Martin Thoma
|
f3559cbd23
|
MAINT: Add type annotations / use functions
|
2022-03-07 22:00:41 +01:00 |
|
Martin Thoma
|
93e1a78363
|
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 |
|
Chris Reuter
|
5f664bc71d
|
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 |
|