1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 10:30:25 +02:00

module: use type hints and validate with mypy

This commit is contained in:
cn
2019-12-19 17:36:35 +01:00
parent 03cbecb042
commit 21c4eaa614
6 changed files with 78 additions and 3 deletions

4
mypy.ini Normal file
View File

@ -0,0 +1,4 @@
[mypy]
ignore_missing_imports=true
follow_imports=silent
show_column_numbers=true