Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/993229?usp=email )
Change subject: [flake8] remove recently added flake8-executable due to false positives ......................................................................
[flake8] remove recently added flake8-executable due to false positives
Change-Id: I7f0395b402e63edc65a41f5c18507d505f546b94 --- M setup.py 1 file changed, 9 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/setup.py b/setup.py index fd8bd4b..3998f13 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,6 @@ 'flake8-bugbear>=23.3.12', 'flake8-comprehensions>=3.13.0', 'flake8-docstrings>=1.4.0', - 'flake8-executable', 'flake8-future-annotations', 'flake8-mock-x2', 'flake8-print>=5.0.0',
pywikibot-commits@lists.wikimedia.org