Skip to content

Commit c2b21fe

Browse files
committed
linting action
1 parent 7e122ac commit c2b21fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/local-setup-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Install Python Dependencies
2222
run: |
2323
poetry install
24+
- name: Run style and type checks
25+
run: |
26+
poetry run ruff format && poetry run ruff check
27+
poetry run mypy --ignore-missing-imports --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs \
28+
data_transformations tests
2429
- name: Run local unit tests
2530
run: |
2631
poetry run python -m pytest tests/unit

0 commit comments

Comments
 (0)