# .flake8
[flake8]
max-line-length = 88
ignore = E501 , W503
exclude =
    _general_params.py
