JJMC89 has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1085472?usp=email )
Change subject: [lint] remove flake8-no-u-prefixed-strings ......................................................................
[lint] remove flake8-no-u-prefixed-strings
This test is already done with pyupgrade
Change-Id: I9cd314f31eb4fc3271bfc0dbcb876835df9eec55 Signed-off-by: Xqt info@gno.de --- M .pre-commit-config.yaml 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: JJMC89: Verified; Looks good to me, approved
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 670c485..6d72a74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,5 +91,4 @@ - flake8-quotes>=3.3.2 - flake8-raise - flake8-tuple>=0.4.1 - - flake8-no-u-prefixed-strings>=0.2 - pep8-naming>=0.13.3
pywikibot-commits@lists.wikimedia.org