Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Oct 8, 2024
1 parent 5c774d2 commit 4db57c1
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 468 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ repos:
- id: black
args: [ "--config", "./pyproject.toml" ]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.2"
hooks:
Expand All @@ -45,5 +50,7 @@ repos:
types-requests,
types-python-dateutil,
apache-airflow,
apache-airflow-providers-cncf-kubernetes,
kubernetes-typed,
]
files: ^dagfactory
Loading

0 comments on commit 4db57c1

Please sign in to comment.