Skip to content

Commit

Permalink
Changed commands in Linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
craabreu committed Dec 6, 2023
1 parent 02e7694 commit 613bc4d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/Linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@ jobs:
- name: Run flake8
shell: bash -l {0}
run: flake8 --max-line-length=100 --ignore=E203,W503 ufedmm/
run: flake8 ufedmm/

- name: Run black
shell: bash -l {0}
run: black --line-length 100 --diff --color ufedmm/
run: black --diff --color ufedmm/

- name: Run isort
shell: bash -l {0}
run: isort --line-length=100 --check-only ufedmm/

# - name: Run pylint
# shell: bash -l {0}
# run: pylint --rcfile=devtools/linters/pylintrc ufedmm/
run: isort --check-only ufedmm/

0 comments on commit 613bc4d

Please sign in to comment.