moth/lib/python/setup.cfg

8 lines
134 B
INI

[flake8]
# flake8 is an automated code formatting pedant.
# Use it, please.
#
# python3 -m flake8 .
#
ignore = E501
exclude = .git