Skip to content

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Dec 8, 2022
1 parent 0f08f8e commit 0dd6184
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,5 @@ repos:
stages: [commit]
language: system
entry: pydocstyle
files: ^(src\/).*\.py

- id: mypy
name: Run mypy
stages: [commit]
language: system
entry: mypy
files: ^(src\/|tests\/).*\.py
types: [python]
exclude: '^\.|tests'

0 comments on commit 0dd6184

Please sign in to comment.