mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 03:21:06 -07:00
8 lines
No EOL
134 B
INI
8 lines
No EOL
134 B
INI
[flake8]
|
|
# flake8 is an automated code formatting pedant.
|
|
# Use it, please.
|
|
#
|
|
# python3 -m flake8 .
|
|
#
|
|
ignore = E501
|
|
exclude = .git |