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 c65318b + 81ad835 commit 504155fCopy full SHA for 504155f
.github/workflows/linter.yml
@@ -21,9 +21,10 @@ jobs:
21
- name: Install requirements
22
run: |
23
set -xe
24
- python -m pip install ruff
+ python -m pip install poetry
25
+ python -m poetry install
26
27
- name: Lint with ruff
28
29
- python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
30
+ python -m poetry run ruff format --check
0 commit comments