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 0884bda commit 81ad835Copy full SHA for 81ad835
.github/workflows/linter.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Lint with ruff
28
run: |
29
set -xe
30
- python -m ruff format --check
+ python -m poetry run ruff format --check
0 commit comments