Skip to content

Commit

Permalink
try adding all stubs to pre-commit mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Dec 14, 2023
1 parent 1896e37 commit 1800b10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ repos:
rev: 'v1.7.1'
hooks:
- id: mypy
additional_dependencies: [types-tabulate]
additional_dependencies: [
types-Markdown,
types-PyYAML,
types-requests,
types-setuptools,
types-tabulate,
]

0 comments on commit 1800b10

Please sign in to comment.