diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-23 07:59:09 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-29 08:58:10 -0800 |
| commit | 50e7cc71b99e49103177ae1fcd497abc696c114c (patch) | |
| tree | 7d7e904ca37e7204802c5b25e3adb09bcd16d342 /setup.cfg | |
| parent | 532ea9ccab8a6271230d14b3f274e98bf829caba (diff) | |
| download | flake8-50e7cc71b99e49103177ae1fcd497abc696c114c.tar.gz | |
Latest pycodestyle
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
