Uh oh!
There was an error while loading. Please reload this page.
tuf/api: Expose tuf.api as a package - #1157
Conversation
Signed-off-by: William Woodruff <william@trailofbits.com>
3d80f9d to
6ed1517Comparewoodruffw
commented
Sep 30, 2020
Amusingly this now breaks the CI, since |
According to the pylintrc docs
I think we could add a |
lukpueh
commented
Oct 1, 2020
That's actually a really good idea. The linter configuration would need a redo anyway even without style guide change (see in-toto/in-toto#296 (comment), which also applies here). But I'm reluctant to change the default If we create a new config in |
joshuagl
commented
Oct 15, 2020
I've taken this change to a new PR which also adds a linter for tuf/api #1177 |
This just adds
tuf/api/__init__.py, turning it into a full package for distribution purposes.