Skip to content

Commit

Permalink
chore(flake8): ignore B028 (frappe#19612)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ankush authored Jan 17, 2023
1 parent 75ae0fa commit 53f8154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ignore =
F841,
E713,
E712,
B028,

max-line-length = 200
exclude=,test_*.py

0 comments on commit 53f8154

Please sign in to comment.