diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-02-03 13:01:05 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-02-03 13:01:05 +0000 |
| commit | 1a6f8f4169474a98d9bd75025118f7724be2f81a (patch) | |
| tree | ec50515a3ca2c222251978d60f5be88ca04a7ec0 | |
| parent | 1a6b02cb967301ae055dd6d15eae1bbb6e2bdca0 (diff) | |
| parent | 8ff30e26760713c52a1fbc3739e59ed8e5b84e4d (diff) | |
| download | flake8-1a6f8f4169474a98d9bd75025118f7724be2f81a.tar.gz | |
Merge branch 'allow_newer_pycodestyle' into 'master'
Allow newer pycodestyle
See merge request !175
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,5 +9,5 @@ requires-dist = enum34; python_version<"3.4" configparser; python_version<"3.2" pyflakes >= 1.5.0, < 1.6.0 - pycodestyle >= 2.0.0, < 2.3.0 + pycodestyle >= 2.0.0, < 2.4.0 mccabe >= 0.6.0, < 0.7.0 @@ -18,7 +18,7 @@ tests_require = ['mock >= 2.0.0', 'pytest'] # setup.cfg as well. requires = [ "pyflakes >= 1.5.0, < 1.6.0", - "pycodestyle >= 2.0.0, < 2.3.0", + "pycodestyle >= 2.0.0, < 2.4.0", "mccabe >= 0.6.0, < 0.7.0", ] |
