Skip to content

Commit 88402a7

Browse files
committed
remove setup.cgf
1 parent 60a375b commit 88402a7

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tool.pytest.ini_options]
2+
testpaths = ["tests"]
23
minversion = "6.0"
34
xfail_strict = true
45
addopts = ["--color=yes"]
@@ -9,7 +10,6 @@ line-length = 100
910
[tool.ruff.lint]
1011
ignore-init-module-imports = true
1112
ignore = [
12-
"E731", # Do not assign a lambda expression, use a def
1313
"F841", # Local variable name is assigned to but never used
1414
]
1515

@@ -22,3 +22,13 @@ exclude_lines = [
2222
"raise NotImplementedError",
2323
"if TYPE_CHECKING:",
2424
]
25+
26+
[tool.coverage.run]
27+
omit = ["*examples*"]
28+
29+
[tool.versioneer]
30+
VCS = "git"
31+
style = "pep440"
32+
versionfile_source = "pymc/_version.py"
33+
versionfile_build = "pymc/_version.py"
34+
tag_prefix = "v"

setup.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)