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 aedb9cc commit 76f6053Copy full SHA for 76f6053
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Lint with ruff
33
run: |
34
git branch
35
- bat pyproject.toml
+ cat pyproject.toml
36
~/.local/bin/uv run ruff check pysparker/ tests/
37
- name: Lint with pytype
38
0 commit comments