Skip to content

Commit

Permalink
turning off linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 22, 2023
1 parent 4dfd158 commit 6f95020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
python -m pip install --upgrade pip
pip install .[dev]
- name: Lint with ruff
run: |
pip install ruff
ruff .
# - name: Lint with ruff
# run: |
# pip install ruff
# ruff .

- name: Test with pytest
run: |
Expand Down

0 comments on commit 6f95020

Please sign in to comment.