summaryrefslogtreecommitdiff
path: root/hooks/pre-commit.flake8
Commit message (Collapse)AuthorAgeFilesLines
* Correct flake8 callDavid Cramer2016-07-221-2/+2
|
* Update to latest flake8 and use pycodestyleFelix Yan2016-07-081-1/+1
|
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-2/+6
| | | | | | | | | We're seeing some odd issues with our six module interacting badly with the six module from other libraries for some users. The suspicion is that our six module in some cases gets unvendored. We thus rename it to `raven._compat` (which is also what some other Python modules do). We still use six normally for the tests.
* Various fixes for Python3 / versioningDavid Cramer2015-09-161-1/+1
|
* Ensure int is passed for rangeDavid Cramer2015-09-161-0/+3
|
* Split up hooksArmin Ronacher2015-07-121-0/+39