Skip to content

Commit

Permalink
chore: remove pytest from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unexcellent committed Oct 29, 2024
1 parent b69c5d1 commit afda380
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ repos:
pass_filenames: false
args: [raillabel]

- repo: local
hooks:
- id: pytest
name: Run Unit Tests
stages: [commit]
types: [python]
entry: .venv/bin/python -m pytest
language: system
pass_filenames: false
always_run: true

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
Expand Down

0 comments on commit afda380

Please sign in to comment.