Skip to content

Commit

Permalink
CI: flake8 → ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 21, 2024
1 parent 2b62d34 commit 86c7a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
test "${INSTALLED_VERSION}" = "${THISVERSION}"
rm -r /tmp/install_wheel
flake8:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- run: pipx run flake8-pyproject mriqc/
- run: pipx run ruff check mriqc/

codespell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86c7a1e

Please sign in to comment.