Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Jul 14, 2024
1 parent 964d591 commit cf9285b
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -78,7 +78,7 @@ repos:
rev: 1.7.9
hooks:
- id: bandit
args: ["--skip", "B101"]
args: ["--skip", "B101,B404"]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
Expand Down
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dictionaries:
- cspell-words
ignorePaths:
- ".*"
- "cspell.config.yaml"
- "dist"
- "build"
- "node_modules"
Expand Down

0 comments on commit cf9285b

Please sign in to comment.