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 aa9140e commit 11617abCopy full SHA for 11617ab
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
steps:
52
- uses: actions/checkout@v4
53
- uses: astral-sh/setup-uv@v2
54
- - run: uv tool run ruff --format=github .
+ - run: uv tool run ruff check .
55
56
pyright:
57
runs-on: ubuntu-latest
0 commit comments