Skip to content

Commit 707622a

Browse files
Potential fix for pull request finding
fixed indentation in pre commit config file Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent aa77bc6 commit 707622a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ repos:
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
rev: v0.15.2
2121
hooks:
22-
- id: ruff-check
23-
args: [ --fix ]
24-
- id: ruff-format
25-
22+
- id: ruff-check
23+
args: [--fix]
24+
- id: ruff-format
2625
- repo: https://github.com/codespell-project/codespell
2726
rev: v2.4.1
2827
hooks:

0 commit comments

Comments
 (0)