Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trunk warnings #1

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ This repository contains some python scripts which purpose is to generate a grap
## Requirements

In order to be able to use this python script, you need to have the following elements installed:

- [gh](https://cli.github.com/), GitHub command line interface

You also need to install the python package detailed in the [requirements.txt](requirements.txt) file, for example, by running the following command:

```bash
pip install -r requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/repository_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import re
import sys

from gh_cli_adapter import GhCliAdapter
import graphviz
from gh_cli_adapter import GhCliAdapter


class Repository:
Expand Down