2018-10-13 18:10:43 -07:00
|
|
|
[flake8]
|
|
|
|
ignore = E203, W503
|
2018-10-17 21:20:16 -07:00
|
|
|
|
|
|
|
[isort]
|
2018-12-09 19:43:53 +05:30
|
|
|
atomic = true
|
2018-10-17 21:20:16 -07:00
|
|
|
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
|
2018-12-09 19:43:53 +05:30
|
|
|
|
|
|
|
[version]
|
2019-04-24 00:44:42 +03:00
|
|
|
current_version = 19.3.1
|
2018-12-09 21:46:36 +05:30
|
|
|
file = sanic/__init__.py
|
|
|
|
current_version_pattern = __version__ = "{current_version}"
|
|
|
|
new_version_pattern = __version__ = "{new_version}"
|