Skip to content

Commit 9ade380

Browse files
committed
lint in ci
1 parent 1e709f1 commit 9ade380

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# needs double-specifying to affect cache
2424
python-version: "${{ matrix.python-version }}"
2525
- run: uv sync
26+
- run: make ruff
2627
- run: make mypy
2728
- run: make pytest
2829

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
lint: mypy
1+
lint: mypy ruff
2+
3+
ruff:
4+
uv run ruff check
5+
uv run ruff format --check
26

37
mypy:
48
uv run mypy csql tests

0 commit comments

Comments
 (0)