We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f227f3 commit 512e8b6Copy full SHA for 512e8b6
.github/workflows/python-tests.yml
@@ -130,5 +130,5 @@ jobs:
130
python-version: ${{ steps.settings.outputs.python_version }}
131
enable-cache: true
132
133
- - name: "Enforce strict type annotations with mypy"
134
- run: "uvx nox --session lint"
+ - name: "Run linters and formatters"
+ run: "uvx nox --session format lint"
0 commit comments