flake8 ignore .venv if it exists

This commit is contained in:
Simon Willison 2025-11-23 20:06:32 -08:00
commit 69888ee07c

View file

@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
max-line-length = 160
# Black compatibility, E203 whitespace before ':':
extend-ignore = ["E203"]
exclude = [".venv"]
[tool.setuptools.package-data]
sqlite_utils = ["py.typed"]