Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Sep 6, 2024
1 parent 7ececfb commit 678dd07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ the root directory:
pylint --rcfile .pylintrc --recursive yes .
```

Pull requests will automatically be linted through Github Actions. We require
Pull requests will automatically be linted through Github Actions. You can find
the exact invocation used in the CI in `.github/workflows/main.yml`. We require
the lint job to pass before merging a PR.

## Typing
Expand All @@ -50,8 +51,9 @@ repository, you can run the following command:
pytype -j auto --overriding-parameter-count-checks .
```

Pull requests will automatically be type-checked through Github Actions. We
require the type-checking jobs to succeed before merging a PR.
Pull requests will automatically be type-checked through Github Actions. You
can find the exact invocation used in the CI in '.github/workflows/main.yml`.
We require the type-checking jobs to succeed before merging a PR.

## Code reviews

Expand Down

0 comments on commit 678dd07

Please sign in to comment.