Skip to content

Commit b206ec0

Browse files
committed
Completed flake8 cleanup.
I've decided to go with longer lines in the tests. Also fixed a couple errors with the previous cleanup.
1 parent 8f66a94 commit b206ec0

File tree

4 files changed

+482
-261
lines changed

4 files changed

+482
-261
lines changed

markdown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
from __future__ import absolute_import
3434
from __future__ import unicode_literals
35-
from .__version__ import version, version_info # flake8: noqa
35+
from .__version__ import version, version_info # noqa
3636
import codecs
3737
import sys
3838
import logging

markdown/extensions/admonition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Adds rST-style admonitions. Inspired by [rST][] feature with the same name.
66
7-
[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions # flake8: noqa
7+
[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions # noqa
88
99
See <https://pythonhosted.org/Markdown/extensions/admonition.html>
1010
for documentation.

0 commit comments

Comments
 (0)