diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98afc14e0..f3f7e2f57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,6 +43,7 @@ repos: rev: 6.0.0 hooks: - id: flake8 + args: ['--max-line-length=88'] ci: autoupdate_schedule: weekly