Skip to content

Commit

Permalink
fix pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrees committed Sep 13, 2023
1 parent 0e834a1 commit 9ac2b09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: local
hooks:
- id: pytest-check
name: pytest-check
entry: pytest
language: system
pass_filenames: false
always_run: true
4 changes: 0 additions & 4 deletions .pre-commit-config.yml

This file was deleted.

0 comments on commit 9ac2b09

Please sign in to comment.