mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
all: Format with black.
Also activate auto formatting. Bump flake8 and mark black disagreements in setup.cfg.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user