Files
fastapi-users/setup.cfg
2019-10-09 16:52:06 +02:00

16 lines
333 B
INI

[flake8]
exclude = docs
# Match line length of Black
max-line-length = 88
docstring-convention = numpy
# Disable D1* rules which force to have docstring everywhere
ignore = D1
[isort]
atomic = true
# Match line length of Black
line_length = 88
multi_line_output = 5
known_standard_library = types
known_third_party = pytest,_pytest