mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-21 19:28:35 +00:00
Format setup.py with yapf.
This commit is contained in:
parent
85b1b98295
commit
10d95519a3
2 changed files with 3 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup()
|
setuptools.setup()
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -10,8 +10,8 @@ commands =
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
flake8 sprockets_statsd tests
|
flake8 sprockets_statsd tests setup.py docs/conf.py
|
||||||
yapf -dr sprockets_statsd tests
|
yapf -dr sprockets_statsd tests setup.py docs/conf.py
|
||||||
|
|
||||||
[testenv:distcheck]
|
[testenv:distcheck]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in a new issue