ci: Update ruff settings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user