ci: Update ruff settings
This commit is contained in:
@@ -6,10 +6,11 @@ repos:
|
|||||||
# Run the linter.
|
# Run the linter.
|
||||||
- id: ruff-check
|
- id: ruff-check
|
||||||
types_or: [ python, pyi, jupyter ]
|
types_or: [ python, pyi, jupyter ]
|
||||||
args: [ --fix ]
|
args: [ --fix, --line-length=88 ]
|
||||||
# Run the formatter.
|
# Run the formatter.
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
types_or: [ python, pyi, jupyter ]
|
types_or: [ python, pyi, jupyter ]
|
||||||
|
args: [ --line-length=88 ]
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.1
|
rev: 7.1.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user