This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
python-packages-source/setup.cfg

19 lines
1.4 KiB
INI

[yapf]
based_on_style = pep8
indent_width = 4
[flake8]
ignore =
E125
E131
E501
W503
W504
F401
[isort]
# See
# https://github.com/ESMValGroup/ESMValCore/issues/777
multi_line_output = 3
include_trailing_comma = true