We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests
1 parent fa49d30 commit 1538642Copy full SHA for 1538642
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