diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f0afe6..e49949e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,20 +47,3 @@ repos: entry: poetry run pytest types: [python] pass_filenames: false - - - id: mypy - name: mypy - stages: [commit] - language: system - entry: poetry run mypy - types: [python] - require_serial: true - pass_filenames: false - - - id: pytest-cov - name: pytest - stages: [push] - language: system - entry: poetry run pytest --cov-fail-under=100 --cov=evernote_backup tests/ - types: [python] - pass_filenames: false