mirror of https://github.com/dirtbags/moth.git
8 lines
134 B
INI
8 lines
134 B
INI
|
[flake8]
|
||
|
# flake8 is an automated code formatting pedant.
|
||
|
# Use it, please.
|
||
|
#
|
||
|
# python3 -m flake8 .
|
||
|
#
|
||
|
ignore = E501
|
||
|
exclude = .git
|