Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reblacken #42

Merged
merged 3 commits into from
Jun 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ open http://localhost:5000/docs
open http://localhost:5000/openapi.json
```

When contributing to the Python code, please use the [black](https://github.com/ambv/black) code formatter.

### Getting Started with Filter Parsing and Transforming

Example use:
Expand Down
2 changes: 1 addition & 1 deletion optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.12"
__version__ = "0.1.12"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Extra packages required to install and use the tools
black==19.3b0
fastapi[all]==0.28.0
lark-parser==0.5.6
mongogrant==0.2.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"mongogrant",
"mongomock>=3.16",
"fastapi[all]",
"black",
],
extras_require={"task_running": ["invoke", "twine"]},
tests_require=["pytest>=3.6", "openapi-spec-validator", "jsondiff"],
Expand Down