Files
ResInsight/setup.cfg
T

4 lines
61 B
INI
Raw Normal View History

2020-04-16 06:17:17 +02:00
[pep8]
max-line-length=100
exclude=PythonExamples
ignore=E402