This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/setup.cfg

11 lines
144 B
INI

[pycodestyle]
max-line-length = 119
[flake8]
max-line-length = 119
ignore = E722
# pylint
[MESSAGES CONTROL]
disable=invalid-name,bare-except