文件
gprMax/setup.cfg
2017-04-25 15:06:41 -07:00

7 行
149 B
INI

[flake8]
max-line-length = 120
# E402, module level import not at top of file
# E501, line too long
# F401, module imported but unused
ignore = F401