diff options
author | 2021-02-24 13:53:08 +0100 | |
---|---|---|
committer | 2021-02-24 13:53:08 +0100 | |
commit | da6b581185e8bbe37e561a05827c8517824c7d2c (patch) | |
tree | 2b4f0591fc9b76b74eaa1afd17161758331777c1 /tox.ini | |
parent | Hook up unittesting in the submit protocol (diff) |
Switch to 100 chars line length and get rid of the noqas
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 |