Skip to content

Commit

Permalink
Lint using ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 25, 2023
1 parent d9b5783 commit ebe06cb
Show file tree
Hide file tree
Showing 4 changed files with 909 additions and 708 deletions.
16 changes: 0 additions & 16 deletions .flake8

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install .
- name: Lint with flake8
- name: Lint with ruff
run: |
pip install flake8
flake8 . --count --show-source --statistics
pip install ruff
ruff .
- name: Lint with isort
run: |
Expand Down
Loading

0 comments on commit ebe06cb

Please sign in to comment.