Skip to content

Commit

Permalink
Merge branch 'develop' into issue#1518/python-client-example-tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo de Araujo <[email protected]>
  • Loading branch information
Kairo de Araujo committed Dec 2, 2021
2 parents 2d56061 + dd5deee commit 5082b16
Show file tree
Hide file tree
Showing 27 changed files with 1,518 additions and 712 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ jobs:
runs-on: ubuntu-latest
container: python:3-slim
steps:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade coveralls
- name: Finalize publishing on coveralls.io
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade coveralls
coveralls --finish
run: coveralls --finish
5 changes: 2 additions & 3 deletions docs/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ CI/CD will check that new TUF code is formatted with `black
Auto-formatting can be done on the command line:
::

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

or via source code editor plugin
[`black <https://black.readthedocs.io/en/stable/editor_integration.html>`__,
Expand Down
80 changes: 0 additions & 80 deletions docs/ROADMAP.md

This file was deleted.

Loading

0 comments on commit 5082b16

Please sign in to comment.