Skip to content

Commit

Permalink
fix: flake8 Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Jul 6, 2023
1 parent fd81c55 commit 5682a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install flake8 pytest
- name: Analysing the code with pylint
run: |
flake8 --ignore E501,W503 $(git ls-files '*.py')
flake8 --ignore E402,E501,W503 $(git ls-files '*.py')
- name: Run test
run: |
python3 -m pytest -p no:warnings
Expand Down

0 comments on commit 5682a09

Please sign in to comment.