summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-23 07:59:09 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-29 08:58:10 -0800
commit50e7cc71b99e49103177ae1fcd497abc696c114c (patch)
tree7d7e904ca37e7204802c5b25e3adb09bcd16d342 /setup.cfg
parent532ea9ccab8a6271230d14b3f274e98bf829caba (diff)
downloadflake8-50e7cc71b99e49103177ae1fcd497abc696c114c.tar.gz
Latest pycodestyle
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 0dfa793..697b08c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,6 @@ requires-dist =
enum34; python_version<"3.4"
typing; python_version<"3.5"
configparser; python_version<"3.2"
- pyflakes >= 2.0.0, < 2.1.0
- pycodestyle >= 2.4.0, < 2.5.0
+ pyflakes >= 2.1.0, < 2.2.0
+ pycodestyle >= 2.5.0, < 2.6.0
mccabe >= 0.6.0, < 0.7.0