You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruff: $(REPO_BASE_DIR)/.ruff.toml ## runs ruff (python fast linter) on src and tests folders
134
+
@ruff check \
135
+
--config=$(REPO_BASE_DIR)/.ruff.toml \
136
+
--respect-gitignore \
137
+
$(CURDIR)/src \
138
+
$(CURDIR)/tests
132
139
133
140
.PHONY: mypy
134
141
mypy: $(REPO_BASE_DIR)/scripts/mypy.bash $(REPO_BASE_DIR)/mypy.ini ## runs mypy python static type-checker on this services's code. Use AFTER make install-*
0 commit comments