Skip to content

Commit f6664da

Browse files
committed
Scope CI isort check to src/ to match pre-commit config
1 parent 0e1c762 commit f6664da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ruff format --check .
3030

3131
- name: isort check
32-
run: isort --check .
32+
run: isort --check src/
3333

3434
- name: Pyright
3535
run: pyright

0 commit comments

Comments
 (0)