Shorten that one.

This commit is contained in:
Luke Murphy 2018-12-15 11:26:36 +00:00
parent e85b7a7611
commit b98146fd34
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -26,8 +26,7 @@ Deployed on:
* Bootstrap the application via [xppl/app.py](xppl/app.py).
* Added [Makefile](Makefile) targets for installing [RQLite](https://github.com/rqlite/rqlite).
* Run [isort](https://isort.readthedocs.io/en/latest/) and [pylava](https://github.com/pylava/pylava)
code audit tools over the source to use PEP 8 style, catch any erroneous
imports, unused variables etc. with some basic static analysis.
code audit tools over the source.
* Use a new [Hypothesis](https://web.hypothes.is/) API key.
### Fixed