diff options
author | 2021-01-30 14:18:44 +0100 | |
---|---|---|
committer | 2021-01-30 14:18:44 +0100 | |
commit | 29bc20a2624984a3e1c76f30bd8049812d0be50c (patch) | |
tree | bcf3b0f3bd326efc0edf3e90ef6904b632276b99 | |
parent | Add support for bulk deletion (diff) |
Increase line length limit to 120
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [flake8] -max-line-length=88 +max-line-length=120 application-import-names=metricity import-order-style=pycharm exclude=alembic |