Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2025
1 parent 8392231 commit 0002414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ When a commit is pushed to a branch that is part of a Pull Request, our Continuo
- Code reviews additionally focus on logical errors and code quality beyond what automated tools can detect.

## Conclusion
By adhering to these standards and utilizing the tools set up, we maintain the high quality and consistency of our codebase, making it easier for developers to collaborate effectively.
By adhering to these standards and utilizing the tools set up, we maintain the high quality and consistency of our codebase, making it easier for developers to collaborate effectively.
4 changes: 2 additions & 2 deletions bandit-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude:
- ./tests/ # Exclude test directories
- ./migrations/ # Exclude migration directories
- ./venv/ # Exclude virtual environment

tests:
- B105 # Include test for hardcoded password strings
- B602 # Include test for subprocess call with shell equals true
Expand All @@ -24,4 +24,4 @@ profiles:
severity: 'HIGH'

# Set the confidence level to ensure that reported issues are likely true positives
confidence: 'HIGH'
confidence: 'HIGH'

0 comments on commit 0002414

Please sign in to comment.