chore(flake8): ignore B028 (#19612)

[skip ci]
This commit is contained in:
Ankush Menat 2023-01-17 10:55:54 +05:30 committed by GitHub
parent 75ae0fa248
commit 53f8154907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ ignore =
F841,
E713,
E712,
B028,
max-line-length = 200
exclude=,test_*.py