aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b9d50cd..75ea03b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,6 @@
minimum_prek_version: '0.2.28'
+
ci:
autofix_prs: true
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit hooks [skip ci]"
@@ -21,6 +22,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
+ language: python
hooks:
- id: ruff
args: [ --fix ]
@@ -28,6 +30,7 @@ repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
+ language: rust
hooks:
- id: fmt
args: ["--check", "--manifest-path", "src-tauri/Cargo.toml", "--"]