all: Format with black.

Also activate auto formatting. Bump flake8 and mark black
disagreements in setup.cfg.
This commit is contained in:
Laurens Valk
2022-05-27 16:22:05 +02:00
parent 24f7d7c288
commit bd7806d2d4
60 changed files with 716 additions and 709 deletions
+3 -2
View File
@@ -51,8 +51,9 @@ class StopWatch:
class DataLog:
"""Create a file and log data."""
def __init__(self, *headers, name='log', timestamp=True, extension='csv',
append=False):
def __init__(
self, *headers, name="log", timestamp=True, extension="csv", append=False
):
"""
Arguments: