mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-13 10:20:39 +00:00
[skip ci] exclude .venv folder from isort
This commit is contained in:
parent
0212d066ef
commit
a4e876d24f
@ -68,7 +68,7 @@ default_section = "THIRDPARTY"
|
||||
force_single_line = true
|
||||
line_length = 99
|
||||
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
|
||||
skip_glob = ["**/.env*", "**/env/*", "**/docs/*"]
|
||||
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "corenetworks --cov=corenetworks --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail"
|
||||
|
Loading…
Reference in New Issue
Block a user