We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a000ea1 commit 29864faCopy full SHA for 29864fa
.github/workflows/code-check.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
python-version: 3.9
13
- name: Install pre-commit
14
- run: pip install pre-commit poetry pytest
+ run: pip install pre-commit poetry pytest typing-extensions
15
- name: Run pre-commit
16
run: pre-commit run --all-files
17
- name: Install dependencies
0 commit comments