-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add isort and Black #2929
Add isort and Black #2929
Conversation
lucacome
commented
Aug 13, 2022
- Adds isort and Black
- Formats all the tests
@vepatel I noticed this warning 🤔
|
print( | ||
f"Patch vsr with policy: {mtls_vsr_subroute_src} and vs with tls secret: {tls_secret}" | ||
) | ||
print(f"Patch vsr with policy: {mtls_vsr_subroute_src} and vs with tls secret: {tls_secret}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
Codecov Report
@@ Coverage Diff @@
## main #2929 +/- ##
==========================================
- Coverage 53.01% 52.99% -0.03%
==========================================
Files 58 58
Lines 15651 15651
==========================================
- Hits 8298 8294 -4
- Misses 7076 7078 +2
- Partials 277 279 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@lucacome |
@lucacome seems like formatter is failing to execute, should we include a |
the did you run |
f6b95f1
to
494919d
Compare