diff options
author | 2021-02-28 14:41:47 +0300 | |
---|---|---|
committer | 2021-02-28 14:41:47 +0300 | |
commit | f15dc347713147fe7d69ac1e866a178f63df3a07 (patch) | |
tree | 20fabe2c7f2d8e915211ef56b75bec78bc55d010 /tox.ini | |
parent | Bump uvicorn from 0.13.3 to 0.13.4 (diff) | |
parent | Merge pull request #63 from python-discord/feat/9/unittest-validation (diff) |
Merge branch 'main' into dependabot/pip/uvicorn-0.13.4
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ [flake8] -max-line-length=88 +max-line-length=100 exclude=.cache,.venv,.git docstring-convention=all import-order-style=pycharm ignore= # Type annotations ANN101,ANN102 + # Line breaks + W503 |