mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Note that we need at least Sphinx 1.3
Exclude sphinx conf.py from flake8
This commit is contained in:
parent
e66fc2efa8
commit
11be73dbbb
2 changed files with 5 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -49,3 +49,7 @@ commands =
|
|||
[flake8]
|
||||
# Ignore some flake8-docstrings errors
|
||||
ignore = D203
|
||||
# NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified
|
||||
# across multiple lines. Presently it cannot be specified across multiple lines.
|
||||
# :-(
|
||||
exclude = .git,__pycache__,docs/source/conf.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue