diff options
| author | Ashley Camba Garrido <ashwoods@gmail.com> | 2017-10-10 18:10:59 +0200 |
|---|---|---|
| committer | Ashley Camba Garrido <ashwoods@gmail.com> | 2017-10-10 18:10:59 +0200 |
| commit | 28adc5cc20e75eb22f4dbe70ab4338b2b97ea44a (patch) | |
| tree | 7e0cd768a873e61f8fca341c4764e7da90182f9e | |
| parent | 976853e25b142206ecb18b1eb3c84105fbae1b25 (diff) | |
| download | raven-refactor-version-test.tar.gz | |
Add D107 to ignore flake8 docsrefactor-version-test
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ flake8-ignore = tests/ ALL [flake8] -ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D200,D201,D205,D400,D401,D402,D403,I100,I101 +ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101 max-line-length = 100 exclude = .tox,.git,docs,tests |
