Skip to content

Commit

Permalink
Ruff in the jungle, in the jungle, in the jungle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 16, 2024
1 parent 4980739 commit e06642b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Lint Frozen Modules
shell: bash
run: |
python3 -m ruff check --show-source --ignore E501 modules/py_frozen
python3 -m ruff check --output-format=full --ignore E501 modules/py_frozen
- name: Lint Examples
shell: bash
run: |
python3 -m ruff check --show-source --ignore E501 examples
python3 -m ruff check --output-format=full --ignore E501 examples

0 comments on commit e06642b

Please sign in to comment.