Skip to content

Commit 0cc3fec

Browse files
committed
do not handle file
1 parent 2d24fd3 commit 0cc3fec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ lines_after_imports = 2
8686
[tool.mypy]
8787
ignore_missing_imports = true
8888
python_version = "3.8"
89-
exclude = "src/mxmake/templates/plone-site.py"
9089

9190
[tool.ruff]
9291
# Exclude a variety of commonly ignored directories.
93-
exclude = [
94-
"src/mxmake/templates/plone-site.py",
95-
]
92+
exclude = []

0 commit comments

Comments
 (0)