Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Precommit secrets (#370)
Browse files Browse the repository at this point in the history
* pre-commit secrets scan

* remove unused file

* fixed typo
  • Loading branch information
dariuszniedzielski-codilime authored Sep 19, 2023
1 parent 4844e84 commit df86647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[Add more in depth analysis of what changed, provide logs, examples of usage]

# Checklist:
- [ ] Make sure to run pre-commit before commiting changes
- [ ] Make sure to run pre-commit before committing changes
- [ ] Make sure all checks have passed
- [ ] PR description is clear and comprehensive
- [ ] Mentioned the issue that this PR solves (if applicable)
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ repos:
language: system
types: [python]
fail_fast: true

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets

0 comments on commit df86647

Please sign in to comment.