Enforce black formatting#1466
Conversation
|
Would be nice to propagate this to |
|
@Tiecoon Just to make sure having a |
|
it works fine here, unicorn still complains if i just pip install .[native], but it does that on master for me as well currently. |
|
i can figure out how to specify a build system in the pyproject.toml. https://pip.pypa.io/en/stable/reference/pip/#build-system-interface but it should still follow " The current interface to the build system is via the setup.py command line script - all build actions are defined in terms of the specific setup.py command line that will be run to invoke the required action." anyways |
* master: Fix FileNotFoundError when loading existing state (#1480) Add undoc-members to api docs (#1478) Improve deprecation warnings (#1476) Fix sycall getdents (#1472) Dev apidocs refactor (#1469) Enforce black formatting (#1466) Moving issymbolic to smtlib (#1456) Revert Unicorn Dependency Update (#1459) Manticore 0.3.0 (#1448) Install native deps on rtd (#1457) Fix check for symbolic syscall argument (#1452) Use deque instead of list for FIFO queue in Linux Socket buffer (#1453)
create a pyproject.toml so users don't have to worry about command line flags for black
This change is