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