文件
gprMax/setup.cfg
2016-08-10 13:56:15 +01:00

7 行
161 B
INI

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