techrec/setup.cfg

9 lines
104 B
INI
Raw Normal View History

2021-09-17 10:44:17 +02:00
[flake8]
max-line-length=89
2021-09-17 17:38:21 +02:00
ignore=D
[mypy]
show_error_codes = True
python_version = 3.7
pretty = True