diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6bb264..8848835 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,8 @@ repos: args: - --safe - --quiet + - --line-length + - "120" # same as pylint below language_version: python3 require_serial: true