Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Dec 7, 2024
1 parent 557f27d commit 7ca23d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ jobs:
src: "./testsuite"
version: "~= 24.0"

ruff:
if: "github.repository == 'MDAnalysis/mdanalysis'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/ruff-action@v2
with:
args: check --select B006,B008
src: "package"
- uses: astral-sh/ruff-action@v2
with:
args: check --select B006,B008
src: "testsuite"

pylint_check:
if: "github.repository == 'MDAnalysis/mdanalysis'"
Expand Down

0 comments on commit 7ca23d0

Please sign in to comment.