We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d24fd3 commit 0cc3fecCopy full SHA for 0cc3fec
pyproject.toml
@@ -86,10 +86,7 @@ lines_after_imports = 2
86
[tool.mypy]
87
ignore_missing_imports = true
88
python_version = "3.8"
89
-exclude = "src/mxmake/templates/plone-site.py"
90
91
[tool.ruff]
92
# Exclude a variety of commonly ignored directories.
93
-exclude = [
94
- "src/mxmake/templates/plone-site.py",
95
-]
+exclude = []
0 commit comments