-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
229 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
__all__ = [ | ||
"__title__", "__summary__", "__uri__", "__version__", "__author__", | ||
"__email__", "__license__", "__copyright__", '__maintainer__', | ||
'__maintainer_email__', | ||
"__title__", | ||
"__summary__", | ||
"__uri__", | ||
"__version__", | ||
"__author__", | ||
"__email__", | ||
"__license__", | ||
"__copyright__", | ||
"__maintainer__", | ||
"__maintainer_email__", | ||
] | ||
|
||
__title__ = "flake8-import-order" | ||
__summary__ = ( | ||
"Flake8 and pylama plugin that checks the ordering of import statements." | ||
) | ||
__summary__ = "Flake8 and pylama plugin that checks the ordering of import statements." | ||
__uri__ = "https://github.com/PyCQA/flake8-import-order" | ||
|
||
__version__ = "0.18.2" | ||
|
||
__author__ = "Alex Stapleton" | ||
__email__ = "alexs@prol.etari.at" | ||
|
||
__maintainer__ = 'Phil Jones' | ||
__maintainer_email__ = 'philip.graham.jones+flake8-import@gmail.com' | ||
__maintainer__ = "Phil Jones" | ||
__maintainer_email__ = "philip.graham.jones+flake8-import@gmail.com" | ||
|
||
__license__ = "LGPLv3" | ||
__copyright__ = "Copyright 2013-2016 %s" % __author__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.