Skip to content

Commit

Permalink
Merge branch 'develop' into fix/DOC-448
Browse files Browse the repository at this point in the history
  • Loading branch information
wwysoc2 authored Aug 14, 2024
2 parents 1157541 + c9c55bb commit 773d666
Show file tree
Hide file tree
Showing 81 changed files with 17,868 additions and 9,932 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ site/
.DS_Store
venv*/
.vscode/
docs/*/PDF/*.pdf
14 changes: 10 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.1
- repo: [email protected]:Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- id: detect-secrets
args: [--baseline, .secrets.baseline]
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.1
hooks:
- id: yamlfmt
args: [--mapping, '2', --sequence, '4', --offset, '2', --width, '80']
Loading

0 comments on commit 773d666

Please sign in to comment.