Skip to content

Commit

Permalink
Merge branch 'upgrade-deselected-pylint'
Browse files Browse the repository at this point in the history
* 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
john-kurkowski committed Oct 24, 2020
2 parents b7e64cd + df65b48 commit 993ba76
Show file tree
Hide file tree
Showing 14 changed files with 490 additions and 316 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
- python: pypy3
env: TOXENV=pypy3
- env: TOXENV=codestyle
- env: TOXENV=lint
python: 3.7
install: pip install tox
script: tox
4 changes: 0 additions & 4 deletions conftest.py
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
Loading

0 comments on commit 993ba76

Please sign in to comment.