mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +00:00
Ignore only D203 and fix Flake8 errors
This commit is contained in:
parent
a8576aff12
commit
5903576732
8 changed files with 37 additions and 3 deletions
3
tox.ini
3
tox.ini
|
|
@ -7,3 +7,6 @@ deps =
|
|||
pytest
|
||||
commands =
|
||||
py.test {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = D203
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue