diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95553b8..a8da4a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autoupdate_commit_msg: "chore: update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" + skip: [pytest-check] repos: - repo: https://github.com/pre-commit/pre-commit-hooks