Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: ignore E501 line too long error on post_gen_project.py hook
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Aug 18, 2023
1 parent b4fb7a6 commit 1452708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
use-pylint: false
extra-black-options: "--line-length=120"
extra-pycodestyle-options: "--max-line-length=120 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E203"
extra-pycodestyle-options: "--max-line-length=120 --exclude=post_gen_project.py --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E203"
extra-mypy-options: "--ignore-missing-imports --implicit-optional --no-namespace-packages --exclude=hooks"
extra-isort-options: "--line-length=120 --force-grid-wrap=10 --multi-line=VERTICAL_HANGING_INDENT --trailing-comma"

0 comments on commit 1452708

Please sign in to comment.