Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/742684 )
Change subject: [tests] ignore bugbear 21.11.28 ......................................................................
[tests] ignore bugbear 21.11.28
https://github.com/PyCQA/flake8-bugbear/issues/208
Change-Id: Ifc3854032ea6f6144e22830dfaf4a4d83f564d4a --- M setup.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/setup.py b/setup.py index af7c5c5..83bfd78 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'flake8>=3.9.1', 'darglint', 'pydocstyle>=4.0.0', - 'flake8-bugbear!=21.4.1', + 'flake8-bugbear!=21.4.1,!=21.11.28', 'flake8-coding', 'flake8-colors>=0.1.9', 'flake8-comprehensions>=3.1.4; python_version >= "3.8"',
pywikibot-commits@lists.wikimedia.org