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 e474b85 commit 58ea053Copy full SHA for 58ea053
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
args: 'format --check'
16
- uses: astral-sh/ruff-action@v1
17
with:
18
- args: 'check --ignore D DOC'
+ args: 'check --ignore D --ignore DOC'
19
20
check:
21
runs-on: ubuntu-latest
0 commit comments