We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e27d4 commit 1033d85Copy full SHA for 1033d85
pyproject.toml
@@ -94,3 +94,10 @@ include_trailing_comma = true
94
force_grid_wrap = 0
95
combine_as_imports = true
96
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
@@ -1,14 +1,7 @@
1
-[coverage:run]
2
-relative_files = True
3
-
4
[flake8]
5
exclude = docs
6
ignore =
7
E203
8
E501
9
W503
10
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