[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,
.tox,
.venv,
venv,
node_modules/*,
tests/roots/*,
build/*,

1
.gitignore vendored
View File

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