diff options
author | David Cramer <dcramer@gmail.com> | 2018-03-29 10:31:26 -0700 |
---|---|---|
committer | Ashley Camba <ashwoods@gmail.com> | 2018-03-29 19:31:26 +0200 |
commit | 083a984776f750b1eb9f902f1fdf9bfdee8526e3 (patch) | |
tree | 8652f05e6b8ff790dc49e9aa894ca68320e47248 /setup.py | |
parent | dad68e86a6008588a6094af011c225a69fc98ee4 (diff) | |
download | raven-083a984776f750b1eb9f902f1fdf9bfdee8526e3.tar.gz |
fix: Correct flake8 usage on pre-commit hook (#1217)
rant: If anyone breaks this again I will strip your commit access.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ tests_require = [ 'pytest-pythonpath==0.7.1', 'pytest-sugar==0.9.0', 'pytest-cov', - 'pytest-flake8==0.9.1', + 'pytest-flake8==1.0.0', 'requests', 'tornado>=4.1,<5.0', 'tox', |