Sourcery AI
|
71d02673a9
|
'Refactored by Sourcery'
|
2024-08-19 03:46:27 +03:00 |
|
Andrei Ursu
|
6e1d38918a
|
Fix qubit.py
Changed the following lines:
284: typo of function call.
316: typo of function call.
|
2022-09-05 23:52:21 +02:00 |
|
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
|
a2645f97f6
|
Fix broken shebang
|
2022-04-02 08:33:31 +02:00 |
|
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
|
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
|
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 |
|
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 |
|