9c6b83501f
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
21 lines
448 B
INI
21 lines
448 B
INI
[flake8]
|
|
ignore = E203, W503
|
|
|
|
[isort]
|
|
atomic = true
|
|
default_section = THIRDPARTY
|
|
include_trailing_comma = true
|
|
known_first_party = sanic
|
|
known_third_party = pytest
|
|
line_length = 79
|
|
lines_after_imports = 2
|
|
lines_between_types = 1
|
|
multi_line_output = 3
|
|
not_skip = __init__.py
|
|
|
|
[version]
|
|
current_version = 18.12.0
|
|
file = sanic/__init__.py
|
|
current_version_pattern = __version__ = "{current_version}"
|
|
new_version_pattern = __version__ = "{new_version}"
|