Files
fastapi-users/setup.cfg
2019-10-09 07:44:28 +02:00

11 lines
186 B
INI

[flake8]
exclude = docs
max-line-length = 119
docstring-convention = numpy
[isort]
atomic = true
multi_line_output = 5
known_standard_library = types
known_third_party = pytest,_pytest