diff options
| author | Jack Mustacato <jmustacato@knights.ucf.edu> | 2017-10-27 15:05:23 -0400 |
|---|---|---|
| committer | Jack Mustacato <jmustacato@knights.ucf.edu> | 2017-10-27 15:05:23 -0400 |
| commit | 4fcbcccf381ce0987faa297173e4008b0490918f (patch) | |
| tree | 78bc105229786958ff3ef465a1d7127681e079e1 /setup.cfg | |
| parent | 678eb1d2f6bed650e0eac4cafb7d04928c84c4a2 (diff) | |
| download | flake8-4fcbcccf381ce0987faa297173e4008b0490918f.tar.gz | |
Update minumum pycodestyle version to 2.3.0
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ requires-dist = enum34; python_version<"3.4" configparser; python_version<"3.2" pyflakes >= 1.5.0, < 1.7.0 - pycodestyle >= 2.0.0, < 2.4.0 + pycodestyle >= 2.3.0, < 2.4.0 mccabe >= 0.6.0, < 0.7.0 |
