Skip to content

Commit

Permalink
Merge pull request #3 from rosalindfranklininstitute/pre-commit_typeh…
Browse files Browse the repository at this point in the history
…inting

Addition of MyPY
  • Loading branch information
jmp1985 authored Feb 2, 2024
2 parents 9a1194e + bba0c5f commit 65f4d4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ repos:
- id: flake8
args: ['--max-line-length=88', '--select=W291,W292,W293,F401']
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
hooks:
- id: mypy
exclude: tests
args: ["--ignore-missing-imports", "--implicit-optional", "--follow-imports=skip"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 65f4d4c

Please sign in to comment.