We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded72ae commit f2f4c85Copy full SHA for f2f4c85
api/pyproject.toml
@@ -78,6 +78,7 @@ console_output_style = 'count'
78
[tool.mypy]
79
plugins = ["mypy_django_plugin.main"]
80
strict = true
81
+show_absolute_path = true
82
83
[[tool.mypy.overrides]]
84
module = ["admin_sso.models"]
0 commit comments