1 parent 4e08c10 commit 7868c32Copy full SHA for 7868c32
1 file changed
pyproject.toml
@@ -39,9 +39,7 @@ docs = [
39
"mkdocs-apidescribed-plugin",
40
"mkdocs-navsorted-plugin",
41
]
42
-linters = [
43
- "ruff",
44
-]
+linters = []
45
tests = [
46
"pytest",
47
"pytest-djangoapp>=1.7.0",
@@ -80,3 +78,8 @@ exclude_also = [
80
78
"raise NotImplementedError",
81
79
"if TYPE_CHECKING:",
82
+
+[tool.makeapp.tests]
83
+deps = [
84
+ "django~=${{ django-version }}.0",
85
+]
0 commit comments