Skip to content

Commit

Permalink
[workflows] ignore E123
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 7, 2023
1 parent dad3f73 commit 36998e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enigma2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "checking locale format..."
find . -type f -name "*.po" -exec msgfmt {} -o {}.mo \;
echo "checking PEP8 validation..."
flake8 --builtins="_,ngettext,pgettext" --ignore=W191,W503,W504,E128,E501,E722 . --exit-zero
flake8 --builtins="_,ngettext,pgettext" --ignore=W191,W503,W504,E123,E128,E501,E722 . --exit-zero
echo "check format PEP8 completed!"
# PEP8 :- IGNORE CODES
Expand Down

0 comments on commit 36998e8

Please sign in to comment.