Skip to content

Commit 51b2957

Browse files
committed
Makes lint ignore tests
1 parent 1bd1043 commit 51b2957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install-import-linter:
1616

1717
.PHONY: lint
1818
lint:
19-
ruff check
19+
ruff check --exclude src/micromanager/tests/
2020

2121
.PHONY: lint-imports
2222
lint-imports:

0 commit comments

Comments
 (0)