Skip to content

Commit

Permalink
Use ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 26, 2024
1 parent 1fefb4e commit 740fc35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install --no-deps .
uv pip install -r dev-requirements.txt
- name: ruff
- name: ruff check
run: |
ruff pynxtools_mpes tests
- name: ruff formatting
ruff check pynxtools_mpes tests
- name: ruff format
run: |
ruff format --check pynxtools_mpes tests
- name: mypy
Expand Down

0 comments on commit 740fc35

Please sign in to comment.