summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2017-02-02 12:20:34 -0800
committerAnthony Sottile <asottile@umich.edu>2017-02-02 12:22:22 -0800
commit8ff30e26760713c52a1fbc3739e59ed8e5b84e4d (patch)
treeec50515a3ca2c222251978d60f5be88ca04a7ec0 /setup.cfg
parent1a6b02cb967301ae055dd6d15eae1bbb6e2bdca0 (diff)
downloadflake8-8ff30e26760713c52a1fbc3739e59ed8e5b84e4d.tar.gz
Allow newer pycodestyle
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3f566d2..aca586c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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