Skip to content

Commit 7e040be

Browse files
committed
CI: Update CI to use ruff instead of flake8
1 parent 78e3513 commit 7e040be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ jobs:
112112
- uses: codecov/codecov-action@v3
113113
name: Submit to CodeCov
114114

115-
flake8:
115+
style:
116116
if: "!contains(github.event.head_commit.message, '[skip ci]')"
117117
runs-on: ubuntu-latest
118118
steps:
119119
- uses: actions/checkout@v4
120-
- run: pipx run flake8 smriprep
120+
- run: pipx run ruff smriprep
121+
- run: pipx run ruff format --diff smriprep

0 commit comments

Comments
 (0)