Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Removing pylint
  • Loading branch information
jngaravitoc authored Nov 15, 2023
1 parent 1b88432 commit c4422c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Install package
run: |
pip install .
- name: Lint with flake8
run: |
conda install flake8
#- name: Lint with flake8
# run: |
# conda install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test with pytest
# run: |
# conda install pytest
Expand Down

0 comments on commit c4422c0

Please sign in to comment.