Skip to content

Commit b34e298

Browse files
committed
chore: remove unused interrogate config
1 parent 36b433e commit b34e298

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

api/pyproject.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,6 @@ mongomock = "^4.1.2"
2828
mypy = "^1.14.1"
2929
types-cachetools = "^5.5.0.20240820"
3030

31-
[tool.interrogate]
32-
ignore-init-method = true
33-
ignore-init-module = true
34-
ignore-magic = false
35-
ignore-semiprivate = false
36-
ignore-private = false
37-
ignore-property-decorators = false
38-
ignore-module = false
39-
ignore-nested-functions = false
40-
ignore-nested-classes = true
41-
ignore-setters = false
42-
fail-under = 0
43-
exclude = ["setup.py", "docs", "build"]
44-
ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
45-
# possible values: 0 (minimal output), 1 (-v), 2 (-vv)
46-
verbose = 0
47-
quiet = false
48-
whitelist-regex = []
49-
color = true
50-
omit-covered-files = false
51-
5231
[build-system]
5332
requires = ["poetry-core>=1.0.0"]
5433
build-backend = "poetry.core.masonry.api"
@@ -62,9 +41,7 @@ namespace_packages = true
6241
explicit_package_bases = true
6342
allow_subclassing_any = true
6443

65-
6644
[tool.ruff]
67-
6845
src = ["src"]
6946
target-version = "py312"
7047
line-length = 119

0 commit comments

Comments
 (0)