diff options
| author | 2019-02-09 22:31:05 -0500 | |
|---|---|---|
| committer | 2019-02-09 22:31:05 -0500 | |
| commit | 2b97f7050370af4e83bef09acd227fa4fe3a9a76 (patch) | |
| tree | 0a0fedbb39fdc11eeff62a947e979d1898a4ee71 /tox.ini | |
| parent | Updated Rules cog. (diff) | |
Updated Rules cog.
Also, accidentally changed the max-line-length in the linter to 100 so that I could properly lint my code without having Pycharm yell at me. Reverted that change, as the main repo still hasn't moved to that style yet.
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=100 +max-line-length=120 application_import_names=bot exclude=.cache,.venv ignore=B311,W503,E226,S311 |