Format setup.py with yapf.

This commit is contained in:
Dave Shawley 2021-07-21 12:23:34 -04:00
parent 85b1b98295
commit 10d95519a3
No known key found for this signature in database
GPG Key ID: F41A8A99298F8EED
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import setuptools
setuptools.setup()

View File

@ -10,8 +10,8 @@ commands =
[testenv:lint]
commands =
flake8 sprockets_statsd tests
yapf -dr sprockets_statsd tests
flake8 sprockets_statsd tests setup.py docs/conf.py
yapf -dr sprockets_statsd tests setup.py docs/conf.py
[testenv:distcheck]
deps =