Skip to content

Commit

Permalink
Adds ruff formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Dec 7, 2023
1 parent 669c48e commit 7f14b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: ruff
run: |
ruff pynxtools tests
- name: ruff formatting
run: |
ruff format --check pynxtools tests
- name: mypy
run: |
mypy pynxtools tests

0 comments on commit 7f14b61

Please sign in to comment.