Skip to content

Commit

Permalink
build: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 18, 2023
1 parent ac6dabd commit 052d10a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 052d10a

Please sign in to comment.