Skip to content

Commit

Permalink
upload License Report
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 11, 2024
1 parent f12e196 commit dc8b42c
Show file tree
Hide file tree
Showing 2 changed files with 91,443 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: requirements-txt-fixer # sorts entries in requirements.txt.
exclude: ^archive/
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl)$
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml|^clustertool)
- id: detect-private-key # detects the presence of private keys.
Expand Down
Loading

0 comments on commit dc8b42c

Please sign in to comment.