File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,6 @@ mongomock = "^4.1.2"
2828mypy = " ^1.14.1"
2929types-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 ]
5332requires = [" poetry-core>=1.0.0" ]
5433build-backend = " poetry.core.masonry.api"
@@ -62,9 +41,7 @@ namespace_packages = true
6241explicit_package_bases = true
6342allow_subclassing_any = true
6443
65-
6644[tool .ruff ]
67-
6845src = [" src" ]
6946target-version = " py312"
7047line-length = 119
You can’t perform that action at this time.
0 commit comments