From 24e17bcd1bc03397867ef4aa7ffcf1964453987b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 28 Oct 2017 10:37:53 -0400 Subject: Remove exemption for extra long lines. Updated code to conform with standard 79 character limitation. Fixes #1652. --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7022e8..e90dc32c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,9 +6,6 @@ repos: exclude: cherrypy/test/static/index.html - id: flake8 args: - # 79 chars is too strict and we don't have 80-char terminals nowadays, - # 160 chars is too much since it doesn't let us use split view efficiently: - - --max-line-length=120 - --ignore=E731,W503 - id: check-merge-conflict - id: double-quote-string-fixer -- cgit v1.2.1