Skip to content

Commit d68ac34

Browse files
committed
chore: fix mypy task in poe
1 parent 3eff135 commit d68ac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ format-fix = {sequence = ["_format-fix-ruff", "_format-fix-prettier"], help = "F
144144

145145
# Linting/Typing check tasks
146146
_lint-ruff = {cmd = "poetry run ruff check .", help = "Lint with Ruff."}
147-
type-check = {cmd = "poetry run mypy .", help = "Type check modified files with mypy."}
147+
type-check = {cmd = "poetry run mypy airbyte_cdk", help = "Type check modified files with mypy."}
148148
lint = {sequence = ["_lint-ruff", "type-check"], help = "Lint all code. Includes type checking.", ignore_fail = "return_non_zero"}
149149

150150
# Lockfile check task

0 commit comments

Comments
 (0)