Skip to content

Commit

Permalink
docs: fix contributing guidelines (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: David Torres Ocana (TME) <david.torres.ocana@external.toyota-europe.com>
Co-authored-by: yuta-tsuzuki-woven <91296855+yuta-tsuzuki-woven@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 27, 2023
1 parent 4608c9e commit 77fe17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GitWorkflow.
4. Enable githooks (linting, autoformatting) via:

```sh
dgp$ make link-githooks
dgp$ make setup-linters
```

## Getting started
Expand Down Expand Up @@ -100,7 +100,7 @@ DGP runs `isort` and `yapf` to autoformat the files in pre-commit, and perform
additional linting using `pylint` in pre-push. One can enable githooks via:

```sh
dgp$ make link-githooks
dgp$ make setup-linters
```

### Making a pull request
Expand Down

0 comments on commit 77fe17e

Please sign in to comment.