Skip to content

Commit 06dcd08

Browse files
committed
CI/Lint: Add pyright and isort to the project
1 parent d2eca70 commit 06dcd08

File tree

4 files changed

+368
-2
lines changed

4 files changed

+368
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ format: install-dev
6363

6464
lint: install-dev
6565
$(POETRY) run black --diff --extend-exclude test-data/gardenlinux .
66+
$(POETRY) run isort --check-only .
67+
$(POETRY) run pyright
6668

6769
security: install-dev
6870
@if [ "$(CI)" = "true" ]; then \

0 commit comments

Comments
 (0)