diff options
author | 2021-02-28 14:34:12 +0300 | |
---|---|---|
committer | 2021-02-28 14:34:12 +0300 | |
commit | 637d61e1e9b4f1f4643c7f56ed7f7b0b6fedbac8 (patch) | |
tree | 6ceebd48bad1630799d4141510e599bbb412b567 /tox.ini | |
parent | Dynamically Selects OAuth Redirect URI (diff) | |
parent | Merge pull request #63 from python-discord/feat/9/unittest-validation (diff) |
Merge branch 'main' into token-expiry
# Conflicts:
# backend/routes/forms/form.py
# backend/routes/forms/submit.py
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 |