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 67714ce commit a6fc0d2Copy full SHA for a6fc0d2
.github/workflows/checks.yml
@@ -87,7 +87,7 @@ jobs:
87
python-version: ${{ matrix.python-version }}
88
89
- name: Run type-check
90
- run: poetry run nox -s linst:typing
+ run: poetry run nox -s lint:typing
91
92
Security:
93
name: Security Checks (Python-${{ matrix.python-version }})
0 commit comments