We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc00d6c commit aaee750Copy full SHA for aaee750
Makefile
@@ -42,16 +42,10 @@ check-codestyle:
42
mypy:
43
poetry run mypy --config-file pyproject.toml $(filter-out $@,$(MAKECMDGOALS))
44
45
-.PHONY: check-safety
46
-check-safety:
47
- poetry check
48
- poetry run safety --disable-telemetry check --full-report --disable-audit-and-monitor
49
-
50
.PHONY: lint
51
lint:
52
@$(MAKE) -s check-codestyle $(filter-out $@,$(MAKECMDGOALS))
53
@$(MAKE) -s mypy $(filter-out $@,$(MAKECMDGOALS))
54
- @$(MAKE) -s check-safety
55
56
#* Cleaning
57
.PHONY: clean
0 commit comments