diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8da4a0..4566fcd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,12 +38,3 @@ repos: args: [--ignore-missing-imports, --disable-error-code=var-annotated, --disable-error-code=import-untyped] additional_dependencies: - pytest - - - repo: local - hooks: - - id: pytest-check - name: pytest-check - entry: pytest - language: system - pass_filenames: false - always_run: false