summaryrefslogtreecommitdiff
path: root/hooks
Commit message (Collapse)AuthorAgeFilesLines
* remove link to nowhere after ea000f57b6f249974293003e97b84741323fadf5Maurice Schreiber2018-09-141-1/+0
|
* fix: Fix flake8 integrationArmin Ronacher2018-05-151-1/+1
|
* fix: Correct flake8 usage on pre-commit hook (#1217)David Cramer2018-03-291-3/+2
| | | rant: If anyone breaks this again I will strip your commit access.
* 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
|
* Fixed a bug in the pre-commit hookArmin Ronacher2015-07-121-3/+3
|
* Split up hooksArmin Ronacher2015-07-123-39/+52
|
* Force rebase and precommit flake8David Cramer2013-09-141-0/+39