Skip to content

Commit

Permalink
ci: remove non-interactive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Dec 3, 2024
1 parent 65dae78 commit 92e6994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
# Job-specific step(s):

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

0 comments on commit 92e6994

Please sign in to comment.