mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[lint] ignore `venv
` directory (#12138)
This commit is contained in:
parent
d8cf71cbde
commit
b9b0ad856a
1
.flake8
1
.flake8
@ -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
1
.gitignore
vendored
@ -15,6 +15,7 @@ TAGS
|
|||||||
.tox/
|
.tox/
|
||||||
.tx/
|
.tx/
|
||||||
.venv/
|
.venv/
|
||||||
|
venv/
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov
|
htmlcov
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user