jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/467344 )

Change subject: [PEP8] Solve flake8 doctests
......................................................................

[PEP8] Solve flake8 doctests

Change-Id: I00c173ede97d30e99013141eb48a0b5fcaf1958c
---
M pywikibot/__init__.py
M tox.ini
2 files changed, 3 insertions(+), 7 deletions(-)

Approvals:
  Framawiki: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 9afd6ca..3d9506c 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -1059,9 +1059,7 @@


 class WbGeoShape(_WbDataPage):
-    """
-    A Wikibase geo-shape representation.
-    """
+    """A Wikibase geo-shape representation."""

     @classmethod
     def _get_data_site(cls, site):
@@ -1092,9 +1090,7 @@


 class WbTabularData(_WbDataPage):
-    """
-    A Wikibase tabular-data representation.
-    """
+    """A Wikibase tabular-data representation."""

     @classmethod
     def _get_data_site(cls, site):
diff --git a/tox.ini b/tox.ini
index 0dabaff..e5d1d8c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -145,7 +145,7 @@
     generate_family_file.py : T001
     pwb.py : T001
     # pydocstyle cannot handle multiple __all__ variables
-    pywikibot/__init__.py : D999, N806, N802
+    pywikibot/__init__.py : N806, N802
     pywikibot/_wbtypes.py: N802
     pywikibot/backports.py: N802
     pywikibot/bot.py: N802

--
To view, visit https://gerrit.wikimedia.org/r/467344
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I00c173ede97d30e99013141eb48a0b5fcaf1958c
Gerrit-Change-Number: 467344
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Framawiki <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to