Skip to content

Commit

Permalink
Run mypy --strict during pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbsriram committed May 29, 2024
1 parent 3e6a8bc commit d067d01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
hooks:
- id: mypy
args:
- --strict
- adafruit_pioasm.py
- tests
pass_filenames: false
additional_dependencies:
- pytest
- repo: https://github.com/pycqa/pylint
rev: v2.17.4
hooks:
Expand Down

0 comments on commit d067d01

Please sign in to comment.