Skip to content

Commit

Permalink
pre-commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 14, 2021
1 parent 2b62ba0 commit 0674133
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ repos:
args: [-i]
types: [text]
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
- id: nose
name: Run tests
language: python
entry: nosetests
args: ['-d', tests/]
types: [python]
pass_filenames: false
additional_dependencies:
- nose
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
Expand Down

0 comments on commit 0674133

Please sign in to comment.