[pycodestyle]
max-line-length = 119

[flake8]
max-line-length = 119
ignore = E722

# pylint
[MESSAGES CONTROL]
disable=invalid-name,bare-except