diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -1,10 +1,11 @@  [flake8]  max-line-length=120  application_import_names=bot +docstring-convention=all  ignore=      P102,B311,W503,E226,S311,      # Missing Docstrings -    D100,D104,D107, +    D100,D104,D105,D107,      # Docstring Whitespace      D203,D212,D214,D215,      # Docstring Quotes | 
