Skip to content

Commit

Permalink
Merge pull request #79 from python-thread/ci/linter
Browse files Browse the repository at this point in the history
Fix linting CI
  • Loading branch information
caffeine-addictt authored Apr 28, 2024
2 parents c65318b + 81ad835 commit 504155f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Install requirements
run: |
set -xe
python -m pip install ruff
python -m pip install poetry
python -m poetry install
- name: Lint with ruff
run: |
set -xe
python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
python -m poetry run ruff format --check

0 comments on commit 504155f

Please sign in to comment.