From d6408d5200ed858957cfb98f7d66edc3e6a4e0d8 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 12 Apr 2022 22:05:37 +0100 Subject: [PATCH] Reduce line length --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b11695f..1056570 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,10 @@ repos: hooks: - id: black args: - - --line-length=140 + - --line-length=120 - repo: https://gitlab.com/pycqa/flake8 rev: 3.7.9 hooks: - id: flake8 args: - - "--max-line-length=140" + - "--max-line-length=120"