diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc72bc8..34d34cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: ruff args: [ - --line-length=100, + --line-length=130, --select=E,F,I, --fix, ]