Blacking that code.
parent
9b55613918
commit
3d7e6f29c5
@ -1,5 +0,0 @@
|
||||
black
|
||||
flake8
|
||||
pytest
|
||||
pytest-cov
|
||||
pip-tools
|
@ -1,32 +0,0 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile dev_requirements.in
|
||||
#
|
||||
--trusted-host pypi.python.org
|
||||
|
||||
appdirs==1.4.3 # via black
|
||||
atomicwrites==1.3.0 # via pytest
|
||||
attrs==19.1.0 # via black, pytest
|
||||
black==19.3b0
|
||||
click==7.0 # via black, pip-tools
|
||||
coverage==4.5.4 # via pytest-cov
|
||||
entrypoints==0.3 # via flake8
|
||||
flake8==3.7.8
|
||||
importlib-metadata==0.23 # via pluggy, pytest
|
||||
mccabe==0.6.1 # via flake8
|
||||
more-itertools==7.2.0 # via pytest, zipp
|
||||
packaging==19.2 # via pytest
|
||||
pip-tools==4.1.0
|
||||
pluggy==0.13.0 # via pytest
|
||||
py==1.8.0 # via pytest
|
||||
pycodestyle==2.5.0 # via flake8
|
||||
pyflakes==2.1.1 # via flake8
|
||||
pyparsing==2.4.2 # via packaging
|
||||
pytest-cov==2.7.1
|
||||
pytest==5.2.0
|
||||
six==1.12.0 # via packaging, pip-tools
|
||||
toml==0.10.0 # via black
|
||||
wcwidth==0.1.7 # via pytest
|
||||
zipp==0.6.0 # via importlib-metadata
|
@ -0,0 +1 @@
|
||||
__version__ = "0.1.0"
|
@ -0,0 +1,10 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.0
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
search = version='{current_version}'
|
||||
replace = {new_version}
|
||||
|
||||
[bumpversion:file:gears_api/__init__.py]
|
||||
search = __version__ = '{current_version}'
|
||||
replace = {new_version}
|
Loading…
Reference in New Issue