Skip to content

Commit 7e2fe59

Browse files
dmarek-flexyaugenst-flex
authored andcommitted
chore: run ruff only at the pre-commit stage
1 parent a27afd2 commit 7e2fe59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ repos:
77
hooks:
88
- id: ruff-check
99
args: [ --fix ]
10+
stages: [pre-commit]
1011
- id: ruff-format
12+
stages: [pre-commit]
1113
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
1214
rev: v9.22.0
1315
hooks:

0 commit comments

Comments
 (0)