summaryrefslogtreecommitdiff
path: root/src/flake8/statistics.py
Commit message (Collapse)AuthorAgeFilesLines
* Wire-up --statistics againbug/180Ian Cordasco2016-07-251-0/+10
| | | | | | | I'm not sure where this code went or when, but it disappeared. Let's add it back. Related #180
* Add actual tests around statistics moduleadd-statisticsIan Cordasco2016-07-121-23/+40
| | | | | | Also refactor our statistics module to be a bit smarter and less namedtuple happy. The Statistic class had no reason to be a tuple, I have no clue why I wrote it that way last night.
* Add the statistics moduleIan Cordasco2016-07-111-0/+101