You've already forked Travel-Agent
11 lines
163 B
INI
11 lines
163 B
INI
[flake8]
|
|
|
|
exclude =
|
|
migrations,
|
|
__pycache__,
|
|
venv
|
|
import-order-style=google
|
|
inline-quotes = double
|
|
max-line-lenght = 79
|
|
application_import_names = bot
|