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.py | |
| parent | 678eb1d2f6bed650e0eac4cafb7d04928c84c4a2 (diff) | |
| download | flake8-4fcbcccf381ce0987faa297173e4008b0490918f.tar.gz | |
Update minumum pycodestyle version to 2.3.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ requires = [ # And in which releases we will update those ranges here: # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8 "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", "setuptools >= 30", ] |
