From 2b97f7050370af4e83bef09acd227fa4fe3a9a76 Mon Sep 17 00:00:00 2001 From: "(PC) Refisio" Date: Sat, 9 Feb 2019 22:31:05 -0500 Subject: 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3