diff options
| author | 2020-03-07 18:26:26 +0200 | |
|---|---|---|
| committer | 2020-03-07 18:26:26 +0200 | |
| commit | 7bf49843e22757c39a8094dde9381d842d60b8fa (patch) | |
| tree | 2dbf0aec1733fe1c2841cda575266b98bf41d468 /tox.ini | |
| parent | (Space Cog): Added optional search term to `.space nasa` command, removed ran... (diff) | |
| parent | Merge pull request #370 from python-discord/feat/deps/355/pep8-naming (diff) | |
Merge branch 'master' into space-cog
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, |