Upgrade to latest flake8

This commit is contained in:
Oliver Walters 2020-08-08 09:15:45 +10:00
parent 459cc03aae
commit 54c1f2d9a2

View File

@ -15,7 +15,7 @@ django-crispy-forms==1.8.1 # Form helpers
django-import-export==2.0.0 # Data import / export for admin interface
django-cleanup==4.0.0 # Manage deletion of old / unused uploaded files
django-qr-code==1.2.0 # Generate QR codes
flake8==3.3.0 # PEP checking
flake8==3.8.3 # PEP checking
coverage==4.0.3 # Unit test coverage
python-coveralls==2.9.1 # Coveralls linking (for Travis)
rapidfuzz==0.7.6 # Fuzzy string matching