mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Move isort configuration to setup.cfg
This commit is contained in:
parent
eed3d97458
commit
581774774f
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
[settings]
|
||||
known_standard_library=posixpath
|
||||
known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
|
|
@ -7,3 +7,7 @@ python-tag = py3
|
|||
[tool:pytest]
|
||||
addopts = --flake8 --isort --cov -r s
|
||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
||||
|
||||
[isort]
|
||||
known_standard_library=posixpath
|
||||
known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue