-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format with black -l 120 .
#199
Conversation
config.strongbox_init_container_image, | ||
self._available_secrets_containers["strongbox"]) | ||
config.strongbox_init_container_image, | ||
self._available_secrets_containers["strongbox"], |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
secret-init-container default=%s will be used instead", | ||
config.secrets_init_container_image, | ||
self._available_secrets_containers["default"]) | ||
config.secrets_init_container_image, |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
config.secrets_init_container_image, | ||
self._available_secrets_containers["default"]) | ||
config.secrets_init_container_image, | ||
self._available_secrets_containers["default"], |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is so many good changes in this PR that I can't be bothered to point out the handful of places where I would have preferred slight changes in the formatting.
👍
black provides pretty sane formatting for python, I think.