Skip to content

Commit 1a00e52

Browse files
ci(lint): Fix linting not throwing
1 parent c65318b commit 1a00e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Lint with ruff
2727
run: |
2828
set -xe
29-
python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
29+
python -m ruff format --check

0 commit comments

Comments
 (0)