Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
- name: Check code format
run: poetry run ruff format --diff .

mypy-check:
name: MyPy Check
ty-check:
name: Ty Check
runs-on: ubuntu-24.04
steps:
# Common steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Poetry
uses: Gr1N/setup-poetry@v9
with:
poetry-version: "1.8.4"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- name: Install dependencies
run: poetry install --all-extras

# Job-specific step(s):

- name: Run mypy
run: poetry run mypy --config-file mypy.ini airbyte_cdk
- name: Run ty
run: poetry run ty check airbyte_cdk
27 changes: 0 additions & 27 deletions mypy.ini

This file was deleted.

Loading
Loading