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 fb88470 commit bb53027Copy full SHA for bb53027
.github/workflows/test_full.yml
@@ -39,9 +39,7 @@ jobs:
39
run: flit install --symlink
40
- name: Black
41
run: black --check ellar_throttler tests
42
- - name: isort
43
- run: isort --check ellar_throttler tests
44
- - name: Flake8
45
- run: flake8 ellar_throttler tests
+ - name: Ruff Lint Check
+ run: ruff check ellar_throttler tests
46
- name: mypy
47
run: mypy ellar_throttler
0 commit comments