Skip to content

Commit

Permalink
ci: change Black test
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Feb 7, 2024
1 parent b9e81e8 commit 9ac2458
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@ jobs:
run: pylint --rcfile=../pylint.cfg ./*.py

- name: black
uses: psf/black@stable
with:
options: "--check --verbose --line-length=79"
src: "./scripts"
version: "24.1.1"

working-directory: ./scripts
run: black --check --verbose --line-length=79 ./*.py

snakemake-format-graph-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ac2458

Please sign in to comment.