mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 03:24:23 +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
|
||||
# Black compatibility, E203 whitespace before ':':
|
||||
extend-ignore = ["E203"]
|
||||
exclude = [".venv"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
sqlite_utils = ["py.typed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue