diff options
| author | 2019-02-09 22:24:07 -0500 | |
|---|---|---|
| committer | 2019-02-09 22:24:07 -0500 | |
| commit | 32f5ceeae2f4c9c1c4c9c140945ad28743ce2222 (patch) | |
| tree | 63d2e894c210a3c604ffa3455fda20e7d5b96eb3 /tox.ini | |
| parent | Updated Rules cog. (diff) | |
Updated Rules cog.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [flake8] -max-line-length=120 +max-line-length=100 application_import_names=bot exclude=.cache,.venv ignore=B311,W503,E226,S311 |