mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
768 stars 72 forks source link

Make objgraph pass flake8 #15

Closed pcostell closed 9 years ago

pcostell commented 9 years ago

This adds flake8 testing to the Makefile and to the travis build. It also updates objgraph.py and tests.py to pass flake8.

This request was branched from https://github.com/mgedmin/objgraph/pull/14, so please review that one first.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-1.76%) to 95.6% when pulling 9486a9304dfd50a61806b04a4987cd6b4068c6d9 on pcostell:pass_flake8 into 807a940fa53c316fc3b6ae7bb255fcfcdd710e45 on mgedmin:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 97.36% when pulling b51e499902fd1a2f515f44dcad2c3b4c054abe93 on pcostell:pass_flake8 into 807a940fa53c316fc3b6ae7bb255fcfcdd710e45 on mgedmin:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 97.36% when pulling b51e499902fd1a2f515f44dcad2c3b4c054abe93 on pcostell:pass_flake8 into 807a940fa53c316fc3b6ae7bb255fcfcdd710e45 on mgedmin:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 97.36% when pulling b51e499902fd1a2f515f44dcad2c3b4c054abe93 on pcostell:pass_flake8 into 807a940fa53c316fc3b6ae7bb255fcfcdd710e45 on mgedmin:master.

mgedmin commented 9 years ago

Would you mind terribly rebasing this on master? I find it hard to review the diff when it contains changes that were already applied in another PR (#14).

If you'd rather not, I'll manage somehow.