Skip to content

Commit 499e805

Browse files
committed
FIX: pre commit hook removed argument for config since failing in CI
1 parent 26dfb2c commit 499e805

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ repos:
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
rev: v0.4.4
4343
hooks:
44-
- id: ruff
45-
args: [--config=.ruff.toml]
44+
- id: ruff

0 commit comments

Comments
 (0)