Skip to content

Commit 69888ee

Browse files
committed
flake8 ignore .venv if it exists
1 parent 1846dfb commit 69888ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
7676
max-line-length = 160
7777
# Black compatibility, E203 whitespace before ':':
7878
extend-ignore = ["E203"]
79+
exclude = [".venv"]
7980

8081
[tool.setuptools.package-data]
8182
sqlite_utils = ["py.typed"]

0 commit comments

Comments
 (0)