diff options
| author | 2020-03-13 13:43:09 -0400 | |
|---|---|---|
| committer | 2020-03-13 13:43:09 -0400 | |
| commit | f435a01872e912960bb895cd691fc1ebd394cf1f (patch) | |
| tree | 5e447b8b460fd5edf794c1ed1c6bacd240216b73 /tox.ini | |
| parent | (Help): Comments Cleanup (diff) | |
| parent | Merge pull request #370 from python-discord/feat/deps/355/pep8-naming (diff) | |
Merge branch 'master' into help
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ ignore= # Docstring Content D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417 # Type Annotations - TYP002,TYP003,TYP101,TYP102,TYP204,TYP206 + ANN002,ANN003,ANN101,ANN102,ANN204,ANN206 exclude= __pycache__,.cache, venv,.venv, |