Spaces:
Build error
Build error
💡 Please ensure formatting, linting, and security checks pass before submitting a pull request
Code Formatting
The codebase is formatted using black
To format the codebase, run the following command:
black .
Please ensure that the code is formatted before submitting a pull request.
Linting
The codebase is linted using flake8
To view the linting errors, run the following command:
flake8 .
Security and Vulnerabilities
The codebase is scanned for security vulnerabilities using bandit
To scan the codebase for security vulnerabilities, run the following command:
bandit -r .