Commit Graph

6 Commits

Author SHA1 Message Date
Jason Madden f80e53aa2d
Avoid deleting attributes of DB driver modules.
Fixes #206.
2019-01-07 08:20:53 -06:00
Jason Madden bed12e8416
Fix pylint errors 2018-02-02 08:42:05 -06:00
Jason Madden db12477bc3
Update to Pylint 1.7
Fixes #181

Mostly a few changes in pragmas. There are also a few actual code
changes:

- remove reduntant `else return` after `if return`
- Change some `x = foo and bar or baz` into equivalent `bar if foo
  else baz` forms.
2017-06-22 10:27:27 -05:00
Jason Madden b1ea762bf4
Wrap lines at 100. Fixes #166. 2017-02-09 09:59:38 -06:00
Jason Madden 4bf54e0954 Cleanup all the lint (#143)
* Clean up all violations reported by pylint in preperation for turning on landscape.io

* fix all prospector errors.

* don't run pylint on pypy/py3 because we're getting all sorts of import errors under Py3 (and it's sorta slow on pypy)

* back to editable? Somehow _cache_ring isn't always being built.

* skip bootstrap.py on landscape.

* pylint fixes for umysql
2016-12-10 11:27:11 -06:00
Jason Madden ce8842225a
Remove a bunch of legacy ZODB code. Fixes #63. 2016-06-21 10:06:45 -05:00