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 c65318b commit 1a00e52Copy full SHA for 1a00e52
.github/workflows/linter.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Lint with ruff
27
run: |
28
set -xe
29
- python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
+ python -m ruff format --check
0 commit comments