We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303b498 commit ac2d16cCopy full SHA for ac2d16c
.github/workflows/test-and-lint.yml
@@ -37,9 +37,7 @@ jobs:
37
run: |
38
python -m pip install --upgrade pip
39
pip install .[dev]
40
- - name: Lint with flake8
+ - name: Lint with ruff
41
42
- flake8 image_slicer --count --verbose --show-source --statistics
43
- - name: Check with black
44
- run: |
45
- black --check image_slicer
+ ruff check image_slicer
+ ruff format --check image_slicer
0 commit comments