Skip to content

Commit

Permalink
Move Python tests and linting to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jonakoudijs committed Jul 27, 2024
1 parent 0aff8dc commit 56ddd22
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ricardochaves/[email protected]
- uses: jpetrucciani/ruff-check@main
with:
# python files
python-root-list: "src"
# enabled linters
use-black: true
# disabled linters
use-pylint: false
use-pycodestyle: false
use-flake8: false
use-mypy: false
use-isort: false
path: 'src/'

0 comments on commit 56ddd22

Please sign in to comment.