Skip to content

Commit 512e8b6

Browse files
committed
Run format and lint checks in gha
1 parent 0f227f3 commit 512e8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ jobs:
130130
python-version: ${{ steps.settings.outputs.python_version }}
131131
enable-cache: true
132132

133-
- name: "Enforce strict type annotations with mypy"
134-
run: "uvx nox --session lint"
133+
- name: "Run linters and formatters"
134+
run: "uvx nox --session format lint"

0 commit comments

Comments
 (0)