Add mypy to pre-commit (#43)
* Add mypy to pre-commit * Enable GH action to run pytest on Python 3.13
This commit is contained in:
@@ -27,3 +27,9 @@ repos:
|
||||
- id: isort
|
||||
name: "Sort Imports"
|
||||
args: [ "--profile", "black" ]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.9.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [tokenize-rt==3.2.0]
|
||||
|
||||
Reference in New Issue
Block a user