[lint] ignore `venv` directory (#12138)

This commit is contained in:
Bénédikt Tran
2024-03-19 11:07:08 +01:00
committed by GitHub
parent d8cf71cbde
commit b9b0ad856a
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ exclude =
.git, .git,
.tox, .tox,
.venv, .venv,
venv,
node_modules/*, node_modules/*,
tests/roots/*, tests/roots/*,
build/*, build/*,

1
.gitignore vendored
View File

@@ -15,6 +15,7 @@ TAGS
.tox/ .tox/
.tx/ .tx/
.venv/ .venv/
venv/
.coverage .coverage
htmlcov htmlcov
.DS_Store .DS_Store