We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87e371 commit d18e780Copy full SHA for d18e780
.github/workflows/test_full.yml
@@ -42,9 +42,7 @@ jobs:
42
run: flit install --symlink
43
- name: Black
44
run: black --check ellar_django tests
45
- - name: isort
46
- run: isort --check ellar_django tests
47
- - name: Flake8
48
- run: flake8 ellar_django tests
+ - name: Ruff Linting Check
+ run: ruff check ellar_django tests
49
- name: mypy
50
run: mypy ellar_django
0 commit comments