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"