Skip to content

Commit

Permalink
Replace black, flake8, isort with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp committed Aug 31, 2024
1 parent 30d8877 commit 155f1c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
- run: pip install -r requirements.txt
- run: ./lint.sh
- run: ruff check
- run: pytest --cov=. --cov-report=xml
- uses: codecov/codecov-action@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions lint.sh

This file was deleted.

4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
black==24.8.0
flake8==7.1.1
isort==6.0.0b2
ruff==0.6.2
pytest==8.3.2
pytest-cov==5.0.0
jsbeautifier==1.15.1

0 comments on commit 155f1c0

Please sign in to comment.