-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from jacebrowning/release/v0.9
Release v0.9
- Loading branch information
Showing
32 changed files
with
407 additions
and
365 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,5 +1,10 @@ | ||
[pep257] | ||
|
||
# D10*: docstring missing (checked by PyLint) | ||
# D202: No blank lines allowed *after* function docstring (personal preference) | ||
add-ignore = D102,D103,D105,D202 | ||
# D211: No blank lines allowed before class docstring | ||
add_select = D211 | ||
|
||
# D102: Missing docstring in public method | ||
# D103: Missing docstring in public function | ||
# D105: Missing docstring in magic method | ||
# D202: No blank lines allowed after function docstring | ||
add_ignore = D102,D103,D105,D202 |
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,2 +1,3 @@ | ||
[pep8] | ||
ignore = E501 | ||
|
||
ignore = E501,E712 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.