mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-02 21:24:34 +08:00
11 lines
186 B
INI
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
|