Skip to content

Commit

Permalink
topotato: enable --check-untyped-defs on mypy
Browse files Browse the repository at this point in the history
It's clean now, let's try to keep it that way.

Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Sep 17, 2024
1 parent 7f3ed7b commit 9107a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:

- id: mypy
name: mypy
entry: mypy -p topotato
entry: mypy --check-untyped-defs -p topotato
language: system
types:
- python
Expand Down

0 comments on commit 9107a77

Please sign in to comment.