Skip to content

Commit acf3c66

Browse files
authored
Rename mypy script to avoid version conflict (#245)
This should solve: #238
1 parent 80bbe5f commit acf3c66

File tree

5 files changed

+2412
-2176
lines changed

5 files changed

+2412
-2176
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
poetry run check-format
4444
- name: check-mypy
4545
run: |
46-
poetry run mypy
46+
poetry run check-mypy

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Check formatting, linting, and typing:
4444
```bash
4545
poetry run format
4646
poetry run sort-imports
47-
poetry run mypy
47+
poetry run check-mypy
4848
```
4949

5050
#### TestContainers

0 commit comments

Comments
 (0)