Skip to content

Commit

Permalink
ruff fix test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavkhade committed Jun 29, 2024
1 parent 7ac6f9c commit 3885204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --exit-zero --line-length=320 --target-version=py38 --statistics . | sort -k 2
- run: ruff --ignore=E402,E501,E701,E722,E741,F401,F403,F841
- run: ruff check --exit-zero --line-length=320 --target-version=py38 --statistics . | sort -k 2
- run: ruff check --ignore=E402,E501,E701,E722,E741,F401,F403,F841
--output-format=github --target-version=py38 .

build:
Expand Down

0 comments on commit 3885204

Please sign in to comment.