Skip to content

Commit 0002414

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8392231 commit 0002414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODE_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ When a commit is pushed to a branch that is part of a Pull Request, our Continuo
6060
- Code reviews additionally focus on logical errors and code quality beyond what automated tools can detect.
6161

6262
## Conclusion
63-
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.
63+
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.

bandit-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude:
77
- ./tests/ # Exclude test directories
88
- ./migrations/ # Exclude migration directories
99
- ./venv/ # Exclude virtual environment
10-
10+
1111
tests:
1212
- B105 # Include test for hardcoded password strings
1313
- B602 # Include test for subprocess call with shell equals true
@@ -24,4 +24,4 @@ profiles:
2424
severity: 'HIGH'
2525

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

0 commit comments

Comments
 (0)