|
@ -22,11 +22,11 @@ repos: |
|
|
- id: ruff-format |
|
|
- id: ruff-format |
|
|
- repo: local |
|
|
- repo: local |
|
|
hooks: |
|
|
hooks: |
|
|
- id: echo |
|
|
- id: ruff |
|
|
name: echo |
|
|
name: ruff |
|
|
entry: echo |
|
|
entry: ruff check --fix |
|
|
language: system |
|
|
language: system |
|
|
types: [markdown] |
|
|
types: [python] |
|
|
ci: |
|
|
ci: |
|
|
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks |
|
|
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks |
|
|
autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate |
|
|
autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate |
|
|