mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Add note to tox.ini for others
This commit is contained in:
parent
de9f56addf
commit
62a78f4a97
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -98,6 +98,10 @@ commands =
|
|||
# Flake8 Configuration
|
||||
[flake8]
|
||||
# Ignore some flake8-docstrings errors
|
||||
# NOTE(sigmavirus24): While we're still using flake8 2.x, this ignore line
|
||||
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
|
||||
# Once Flake8 3.0 is released and in a good state, we can use both and it will
|
||||
# work well \o/
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue