Merge branch 'master' of github.com:huge-success/sanic
This commit is contained in:
commit
ec7e894eb3
|
@ -11,11 +11,9 @@ line_length = 79
|
||||||
lines_after_imports = 2
|
lines_after_imports = 2
|
||||||
lines_between_types = 1
|
lines_between_types = 1
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
not_skip = __init__.py
|
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
current_version = 19.12.0
|
current_version = 19.12.0
|
||||||
files = sanic/__version__.py
|
files = sanic/__version__.py
|
||||||
current_version_pattern = __version__ = "{current_version}"
|
current_version_pattern = __version__ = "{current_version}"
|
||||||
new_version_pattern = __version__ = "{new_version}"
|
new_version_pattern = __version__ = "{new_version}"
|
||||||
|
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -30,13 +30,13 @@ commands =
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
black
|
black
|
||||||
isort
|
isort>=5.0.0
|
||||||
bandit
|
bandit
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
flake8 sanic
|
flake8 sanic
|
||||||
black --config ./.black.toml --check --verbose sanic/
|
black --config ./.black.toml --check --verbose sanic/
|
||||||
isort --check-only --recursive sanic
|
isort --check-only sanic
|
||||||
|
|
||||||
[testenv:type-checking]
|
[testenv:type-checking]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user