Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 156b366

Browse files
committed
Don't use lint script
This doesn't run black/isort in check mode.
1 parent ce7eba3 commit 156b366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ lint:
1414
- pip install poetry
1515
- poetry install
1616
script:
17-
- poetry run ./scripts-dev/lint.sh
17+
- poetry run isort --check synapse
18+
- poetry run black --check synapse
19+
- poetry run mypy
1820

1921
test-trial:
2022
stage: test

0 commit comments

Comments
 (0)