Skip to content

Commit 4fc1a64

Browse files
committed
docs: add pre-commit sample output
1 parent 8420528 commit 4fc1a64

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

DEVELOPER_SETUP.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ pre-commit autoupdate
2323
pre-commit run --all-files
2424
```
2525

26+
Output should look similar to the following:
27+
28+
![pre-commit output](./doc/pre-commit.png)
29+
2630
### Github Secrets
2731

2832
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.

doc/pre-commit.png

382 KB
Loading

run_pylint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
# Called from pre-commit. Run pylint on all python files in the current directory
23
python -m pylint "$@"

0 commit comments

Comments
 (0)