diff options
| author | 2020-03-20 18:16:44 -0400 | |
|---|---|---|
| committer | 2020-03-20 18:16:44 -0400 | |
| commit | 55aac3508b30ffbb26a74372f958bc526a9773fc (patch) | |
| tree | 620601201c74a56f71dda42cfd73823002fe6311 /tox.ini | |
| parent | Battleships - change hard-coded strings in subcommand (diff) | |
| parent | Merge pull request #373 from python-discord/python38 (diff) | |
Merge branch 'master' into battleships
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, | 
