Skip to content

Commit 5082b16

Browse files
author
Kairo de Araujo
committed
Merge branch 'develop' into issue#1518/python-client-example-tutorial
Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
2 parents 2d56061 + dd5deee commit 5082b16

27 files changed

Lines changed: 1518 additions & 712 deletions

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ jobs:
9898
runs-on: ubuntu-latest
9999
container: python:3-slim
100100
steps:
101+
- name: Install dependencies
102+
run: |
103+
python3 -m pip install --upgrade pip
104+
python3 -m pip install --upgrade coveralls
101105
- name: Finalize publishing on coveralls.io
102106
continue-on-error: true
103107
env:
104108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105-
run: |
106-
python3 -m pip install --upgrade pip
107-
python3 -m pip install --upgrade coveralls
108-
coveralls --finish
109+
run: coveralls --finish

docs/CONTRIBUTORS.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ CI/CD will check that new TUF code is formatted with `black
113113
Auto-formatting can be done on the command line:
114114
::
115115

116-
$ # TODO: configure black and isort args in pyproject.toml (see #1161)
117-
$ black --line-length 80 tuf/api
118-
$ isort --line-length 80 --profile black -p tuf tuf/api
116+
$ black <filename>
117+
$ isort <filename>
119118

120119
or via source code editor plugin
121120
[`black <https://black.readthedocs.io/en/stable/editor_integration.html>`__,

docs/ROADMAP.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)