Skip to content

Commit 70febe7

Browse files
authored
Fix trunk warnings (#1)
* Runs the formatting command of trunk on README * Runs the isort command of trunk on python files
1 parent 142932d commit 70febe7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ This repository contains some python scripts which purpose is to generate a grap
55
## Requirements
66

77
In order to be able to use this python script, you need to have the following elements installed:
8+
89
- [gh](https://cli.github.com/), GitHub command line interface
910

1011
You also need to install the python package detailed in the [requirements.txt](requirements.txt) file, for example, by running the following command:
12+
1113
```bash
1214
pip install -r requirements.txt
1315
```

scripts/repository_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import re
44
import sys
55

6-
from gh_cli_adapter import GhCliAdapter
76
import graphviz
7+
from gh_cli_adapter import GhCliAdapter
88

99

1010
class Repository:

0 commit comments

Comments
 (0)