Skip to content

Commit

Permalink
docs: add pre-commit sample output
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 19, 2023
1 parent 8420528 commit 4fc1a64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPER_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ pre-commit autoupdate
pre-commit run --all-files
```

Output should look similar to the following:

![pre-commit output](./doc/pre-commit.png)

### Github Secrets

The GitHub Actions automated processes depend on several credentials which are stored inside of Github Secrets. When creating pull requests, the GitHub Actions will use these secrets, [github.com/FullStackWithLawrence/aws-openai/settings/secrets/actions](https://github.com/FullStackWithLawrence/aws-openai/settings/secrets/actions), so there's nothing special for you to do.
Expand Down
Binary file added doc/pre-commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions run_pylint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
# Called from pre-commit. Run pylint on all python files in the current directory
python -m pylint "$@"

0 comments on commit 4fc1a64

Please sign in to comment.