We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e887845 + 1538642 commit 0e2ff6fCopy full SHA for 0e2ff6f
pyproject.toml
@@ -58,7 +58,7 @@ warn_unused_configs = true
58
59
[tool.ruff]
60
# Exclude a variety of commonly ignored directories.
61
-exclude = ["docs*", "conda*"]
+exclude = ["docs", "conda"]
62
line-length = 79
63
64
[tool.ruff.lint]
@@ -88,7 +88,7 @@ requires = ["setuptools>=60"]
88
build-backend = "setuptools.build_meta"
89
90
[tool.setuptools.packages.find]
91
+exclude = ["docs", "conda", "tests"]
92
93
[tool.setuptools.dynamic]
94
version = { attr = "mache.version.__version__" }
0 commit comments