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 1846dfb commit 69888eeCopy full SHA for 69888ee
1 file changed
pyproject.toml
@@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
76
max-line-length = 160
77
# Black compatibility, E203 whitespace before ':':
78
extend-ignore = ["E203"]
79
+exclude = [".venv"]
80
81
[tool.setuptools.package-data]
82
sqlite_utils = ["py.typed"]
0 commit comments