Skip to content

Commit e8783c2

Browse files
authored
flake8 workflow changes
1 parent 39a885e commit e8783c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/flake8.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
# F401: imported but unused
3232
# E303: too many blank lines
3333
# E501: line too long (336 > 120 characters)
34-
flake8 --ignore=F401,E303,E501 --exclude=./app/Publishers/tenant_usage_pb2.py,./app/protos/helium/ .
34+
# E226 missing whitespace around arithmetic operator
35+
# E126 continuation line over-indented for hanging indent
36+
flake8 --ignore=F401,E126,E266,E303,E501 --exclude=./app/Publishers/,./app/protos/helium/ .

0 commit comments

Comments
 (0)