mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-23 18:34:13 +02:00
flake8 ignore .venv if it exists
This commit is contained in:
parent
1846dfb445
commit
69888ee07c
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
|
||||||
max-line-length = 160
|
max-line-length = 160
|
||||||
# Black compatibility, E203 whitespace before ':':
|
# Black compatibility, E203 whitespace before ':':
|
||||||
extend-ignore = ["E203"]
|
extend-ignore = ["E203"]
|
||||||
|
exclude = [".venv"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
sqlite_utils = ["py.typed"]
|
sqlite_utils = ["py.typed"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue