update python dependencies and lint fix
This commit is contained in:
@@ -21,10 +21,11 @@ tqdm = "^4.42"
|
||||
humanize = "^2.5.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.3"
|
||||
pytest-black = "^0.3.7"
|
||||
pytest-cov = "^2.8"
|
||||
pytest-isort = "^0.3.1"
|
||||
black = "^19.10b0"
|
||||
pytest = "^5.4"
|
||||
pytest-black = "^0.3.10"
|
||||
pytest-cov = "^2.10"
|
||||
pytest-isort = "^1.1"
|
||||
pytest-flake8 = "^1.0"
|
||||
pytest-runner = "^5.2"
|
||||
codacy-coverage = "^1.3"
|
||||
@@ -45,6 +46,13 @@ target-version = ["py37", "py38"]
|
||||
include = ".py$"
|
||||
exclude = "migrations"
|
||||
|
||||
[tool.isort]
|
||||
known_third_party = "fittrackee_api"
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
force_grid_wrap = 0
|
||||
combine_as_imports = true
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user