aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar (PC) Refisio <[email protected]>2019-02-09 22:31:05 -0500
committerGravatar (PC) Refisio <[email protected]>2019-02-09 22:31:05 -0500
commit2b97f7050370af4e83bef09acd227fa4fe3a9a76 (patch)
tree0a0fedbb39fdc11eeff62a947e979d1898a4ee71 /tox.ini
parentUpdated 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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 67f0ffd81..c6fa513f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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