-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upgrade-deselected-pylint'
* Restore linting. It hasn't been running due to a bug in recent pytest-pylint. * Update lint boilerplate * Fix lint errors * Remove unused lint disables
- Loading branch information
Showing
14 changed files
with
490 additions
and
316 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,7 +1,3 @@ | ||
'''py.test standard config file.''' | ||
|
||
# pylint: disable=invalid-name | ||
|
||
collect_ignore = ('setup.py',) | ||
|
||
# pylint: enable=invalid-name |
Oops, something went wrong.