Skip to content

Commit 0f200bb

Browse files
Erik ElmekeLUCI
Erik Elmeke
authored and
LUCI
committed
flake8: Ignore .venv directory
.venv is by convention a very common place for venvs and is the default in some tools, for example like "Astral uv". The third-party packages installed there should not be linted. Change-Id: I3278d90c2fdfc8a34a2488e82d4df8e836111ce1 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/469941 Tested-by: Erik Elmeke <[email protected]> Commit-Queue: Josip Sokcevic <[email protected]> Reviewed-by: Mike Frysinger <[email protected]> Reviewed-by: Josip Sokcevic <[email protected]>
1 parent c8da28c commit 0f200bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ extend-ignore =
1212
# E731: do not assign a lambda expression, use a def
1313
E731,
1414
exclude =
15+
.venv,
1516
venv,
1617
.tox,

0 commit comments

Comments
 (0)