Skip to content

Commit 1033d85

Browse files
committed
Move coverage and zest.releaser config to pyproject.toml
1 parent e3e27d4 commit 1033d85

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ include_trailing_comma = true
9494
force_grid_wrap = 0
9595
combine_as_imports = true
9696
line_length = 88
97+
98+
[tool.coverage.run]
99+
relative_files = true
100+
101+
[tool.zest-releaser]
102+
tag-format = "v{version}"
103+
python-file-with-version = "nbgitpuller_link/_version.py"

setup.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
[coverage:run]
2-
relative_files = True
3-
41
[flake8]
52
exclude = docs
63
ignore =
74
E203
85
E501
96
W503
107
max-line-length = 88
11-
12-
[zest.releaser]
13-
tag-format = v{version}
14-
python-file-with-version = nbgitpuller_link/_version.py

0 commit comments

Comments
 (0)