Skip to content

Commit a621528

Browse files
make lint no-op
1 parent a90f66e commit a621528

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/Makefile renamed to Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ publish:
1010
poetry publish -r rd-ai-common-artifacts
1111

1212
lint:
13-
poetry run mypy --explicit-package-bases --namespace-packages outsystems/
14-
poetry run flake8
13+
@:
1514

1615
test:
1716
poetry run pytest tests
File renamed without changes.

0 commit comments

Comments
 (0)