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.
2 parents d2ca95d + edaffc0 commit 6f14f74Copy full SHA for 6f14f74
.github/workflows/python-package.yml
@@ -30,3 +30,6 @@ jobs:
30
- name: Lint with ruff
31
run: |
32
python -m ruff check .
33
+ - name: Check formatting with ruff
34
+ run: |
35
+ python -m ruff format --check .
0 commit comments