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

View File

@ -25,4 +25,5 @@ jobs:
pipenv run yapf -q *.py
- name: Linting
run: |
pipenv run mypy *.py
pipenv run pylint *.py