Skip to content

Commit

Permalink
update pre-commit mypy to use pyproject.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Dec 7, 2023
1 parent c0e14e0 commit 3d2918b
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 @@ -76,6 +76,7 @@ repos:
hooks:
- id: mypy
name: mypy-python
args: [--config-file, "./pyproject.toml"]
additional_dependencies:
[
types-PyYAML,
Expand All @@ -84,7 +85,6 @@ repos:
types-requests,
types-python-dateutil,
apache-airflow,
jinja2>=3.0.0,
]
files: ^cosmos

Expand Down

0 comments on commit 3d2918b

Please sign in to comment.