ci: Update ruff settings

This commit is contained in:
2026-05-09 22:37:56 +03:00
parent 1f044d3371
commit 7a668aef69
+2 -1
View File
@@ -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: