mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4078 from stephenfin/better-flake8
setup.cfg: Ignore .venv
This commit is contained in:
commit
cc4200a980
@ -26,7 +26,7 @@ universal = 1
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 95
|
max-line-length = 95
|
||||||
ignore = E116,E241,E251
|
ignore = E116,E241,E251
|
||||||
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|
exclude = .git,.tox,.venv,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
warning-is-error = 1
|
warning-is-error = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user