71a08382d6
isort 5.0.0 removed command line option `recursive` and removed config option `not_skip`.
20 lines
429 B
INI
20 lines
429 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
|
|
|
|
[version]
|
|
current_version = 19.12.0
|
|
files = sanic/__version__.py
|
|
current_version_pattern = __version__ = "{current_version}"
|
|
new_version_pattern = __version__ = "{new_version}"
|