Skip to content

Commit

Permalink
Fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Jun 11, 2020
1 parent 12bd72e commit aed66c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
name='django-sendfile2',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description='Abstraction to offload file uploads to web-server (e.g. Apache with mod_xsendfile) once Django has checked permissions etc.',
description='Abstraction to offload file uploads to web-server (e.g. Apache with mod_xsendfile)'
' once Django has checked permissions etc.',
long_description=open('README.rst').read(),
author='Matt Molyneaux',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ commands =
[testenv:lint]
basepython=python
changedir =
commands=flake8 sendfile examples/protected_downloads *.py {posargs}
commands=flake8 . {posargs}
deps=flake8

[testenv:isort]
Expand Down

0 comments on commit aed66c8

Please sign in to comment.