fix! Bad Ruff configuration
This commit is contained in:
@@ -18,13 +18,13 @@ repos:
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
name: Ruff Linter
|
||||
entry: bash -c 'cd brain && poetry run ruff check --fix .'
|
||||
entry: bash -c 'cd brain && poetry run ruff check --fix'
|
||||
language: system
|
||||
types: [python]
|
||||
|
||||
- id: ruff-format
|
||||
name: Ruff Formatter
|
||||
entry: bash -c 'cd brain && poetry run ruff format .'
|
||||
entry: bash -c 'cd brain && poetry run ruff format'
|
||||
language: system
|
||||
types: [python]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user