Skip to content

Commit

Permalink
ci(lint): Fix linting not throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 28, 2024
1 parent c65318b commit 1a00e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Lint with ruff
run: |
set -xe
python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
python -m ruff format --check

0 comments on commit 1a00e52

Please sign in to comment.