Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Disabled Pylint
  • Loading branch information
ShNadi authored Feb 27, 2024
1 parent 7dd3ef3 commit b1ed90a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: |
python -m pip install flake8
flake8 $PACKAGE_NAME
- name: Lint with pylint
run: |
python -m pip install pylint
pylint $PACKAGE_NAME
# - name: Lint with pylint
# run: |
# python -m pip install pylint
# pylint $PACKAGE_NAME
# - name: Check docstrings with pydocstyle
# run: |
# python -m pip install pydocstyle
Expand Down

0 comments on commit b1ed90a

Please sign in to comment.