diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a801725..13bed9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,8 @@ default_stages: [commit, manual] fail_fast: false ci: skip: + - cargo-fmt + - check-poetry-lock - pyright - shellcheck - poetry-check