diff options
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 | 
