Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwenn committed Feb 24, 2024
1 parent ecd38b8 commit 2070b68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pylinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- name: Install flake8
run: pip install flake8
- name: Python Linter
uses: suo/flake8-github-action@releases/v1
uses: py-actions/flake8@v2
with:
checkName: 'flake8_py3'
ignore: "E402,E731,F541,W291,E122,E127,F401,E266,E241,C901,E741,W293,F811,W503,E203"
exclude: "src/ignoreme.py"
max-line-length: "120"
path: "src"
args: "--max-line-length=120 --ignore=E402,E731,F541,W291,E122,E127,F401,E266,E241,C901,E741,W293,F811,W503,E203"
plugins: "flake8-bugbear==22.1.11 flake8-black"
#- name: GitHub Action for pylint
# uses: marian-code/python-lint-annotate@v3

0 comments on commit 2070b68

Please sign in to comment.