diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3487851..177adac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,10 +6,11 @@ repos: # Run the linter. - id: ruff-check types_or: [ python, pyi, jupyter ] - args: [ --fix ] + args: [ --fix, --line-length=88 ] # Run the formatter. - id: ruff-format types_or: [ python, pyi, jupyter ] + args: [ --line-length=88 ] - repo: https://github.com/PyCQA/flake8 rev: 7.1.1 hooks: