Skip to content

Commit b7cbaca

Browse files
committed
Replace manual lint steps with pre-commit in CI workflow
1 parent 4f64484 commit b7cbaca

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install xarray_sql
4343
run: uv sync --dev
44-
- name: Lint with pyink
45-
run: uv run pyink --check .
46-
- name: Type check with mypy
47-
run: uv run mypy xarray_sql/
44+
- name: Run pre-commit
45+
run: uv run pre-commit run --all-files

0 commit comments

Comments
 (0)