Skip to content

Commit

Permalink
Fix ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jan 9, 2024
1 parent 86c7813 commit be7bcec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
with:
python-version: "3.11"

- name: Install lint dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Lint with ruff
run: |
ruff --format=github --target-version=py311 account
uses: chartboost/ruff-action@v1
with:
src: "./account"
version: 0.1.11
args: --target-version=py311

test:
name: Testing
Expand Down

0 comments on commit be7bcec

Please sign in to comment.