jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/582561 )
Change subject: [cleanup] Remove pywikibot/compat related settings ......................................................................
[cleanup] Remove pywikibot/compat related settings
Bug: T183085 Change-Id: I0eb1744c51e6f4bbc82d3374feb85c6ffef1ce30 --- M .codecov.yml M tox.ini 2 files changed, 0 insertions(+), 4 deletions(-)
Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
diff --git a/.codecov.yml b/.codecov.yml index c151d9d..20cfaf1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -14,7 +14,6 @@ enabled: yes
ignore: - - pywikibot/compat - pywikibot/data/mysql.py - pywikibot/families/__init__.py - scripts/archive diff --git a/tox.ini b/tox.ini index 5c51189..92ddbac 100644 --- a/tox.ini +++ b/tox.ini @@ -122,9 +122,6 @@ pywikibot/__init__.py : N802, N806, N815, N816 pywikibot/_wbtypes.py: N802 pywikibot/bot.py: N802, N815, N816 - pywikibot/compat/__init__.py: FI10, FI11, FI14 - pywikibot/compat/catlib.py : N803 - pywikibot/compat/query.py: N802 pywikibot/config2.py: N816 pywikibot/cosmetic_changes.py : N802, N803, N806, N816 pywikibot/data/api.py : N806, N802
pywikibot-commits@lists.wikimedia.org