Skip to content

Commit 92e6994

Browse files
committed
ci: remove non-interactive flag
1 parent 65dae78 commit 92e6994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
# Job-specific step(s):
7676

7777
- name: Run mypy
78-
run: poetry run mypy --config-file mypy.ini --non-interactive airbyte_cdk
78+
run: poetry run mypy --config-file mypy.ini airbyte_cdk

0 commit comments

Comments
 (0)