mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-22 11:00:39 +00:00
[skip ci] exclude .venv folder from isort
This commit is contained in:
parent
16db94dff6
commit
e9079d0f25
@ -34,9 +34,9 @@ repository = "https://github.com/thegeeklab/git-batch/"
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6.0"
|
|
||||||
GitPython = "^3.1.11"
|
GitPython = "^3.1.11"
|
||||||
colorama = "^0.4.4"
|
colorama = "^0.4.4"
|
||||||
|
python = "^3.6.0"
|
||||||
python-json-logger = "^2.0.1"
|
python-json-logger = "^2.0.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
@ -74,7 +74,7 @@ default_section = "THIRDPARTY"
|
|||||||
force_single_line = true
|
force_single_line = true
|
||||||
line_length = 99
|
line_length = 99
|
||||||
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
|
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
|
||||||
skip_glob = ["**/.env*", "**/env/*", "**/docs/*"]
|
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "gitbatch --cov=gitbatch --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail"
|
addopts = "gitbatch --cov=gitbatch --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail"
|
||||||
|
Loading…
Reference in New Issue
Block a user