Add config file ; add static types
This commit is contained in:
parent
4d5824cfb5
commit
a55e7c7bfe
4 changed files with 27 additions and 5 deletions
|
@ -15,3 +15,7 @@ repos:
|
|||
args: ["--max-line-length=88", "--extend-ignore=E203"]
|
||||
exclude: "lyceedupaysdesoule/settings/|migrations"
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.13.0"
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
|
Reference in a new issue