Skip to content

Commit

Permalink
CI: Don't lint docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamPattinson committed Dec 9, 2024
1 parent f786502 commit d676620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install ruff
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --preview --output-format=github .
run: 'ruff check --preview --output-format=github *.py'

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d676620

Please sign in to comment.