diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ed457a..9e287e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]