summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-04-24 00:59:03 +0000
committerAnthony Sottile <asottile@umich.edu>2020-04-24 00:59:03 +0000
commit7319beabc2b534810239aa79723780b313a8fed2 (patch)
tree24c6358eafc2a93bac99ddc1141e05fcd5fcdbff
parent6efb15cecb5a53e4f605cb0639ddd7f6f33c4a41 (diff)
parent275b2320b5d266595e42e59481287b3ce1e710e4 (diff)
downloadflake8-7319beabc2b534810239aa79723780b313a8fed2.tar.gz
Merge branch 'latest_pycodestyle' into 'master'
Allow the new pycodestyle alpha See merge request pycqa/flake8!418
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 58b4dc0..a78b67c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ install_requires=
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
pyflakes >= 2.2.0, < 2.3.0
- pycodestyle >= 2.5.0, < 2.6.0
+ pycodestyle >= 2.6.0a1, < 2.7.0
mccabe >= 0.6.0, < 0.7.0
enum34; python_version<"3.4"
typing; python_version<"3.5"