2023-04-24 15:38:54 +02:00
|
|
|
[flake8]
|
|
|
|
max-line-length = 88
|
2023-07-03 17:09:15 +02:00
|
|
|
extend-ignore =
|
|
|
|
E203,
|
|
|
|
# E501 line too long for docstrings
|
|
|
|
D501
|
2023-05-16 16:37:34 +02:00
|
|
|
per-file-ignores =
|
|
|
|
exploration/*.py:E501
|
2023-07-03 16:49:35 +02:00
|
|
|
docstring-convention = numpy
|