-
Notifications
You must be signed in to change notification settings - Fork 59
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
[pre-commit.ci] pre-commit autoupdate #3198
base: main
Are you sure you want to change the base?
Conversation
bc312a6
to
d6de32b
Compare
@pre-commit-ci[bot], you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
ca8f140
to
42cc9ad
Compare
756d7dd
to
15e9529
Compare
15e9529
to
c7cac95
Compare
c345161
to
04519a3
Compare
751b5ad
to
6cc9916
Compare
6e47cfa
to
d0f28e4
Compare
27063b8
to
5bf4288
Compare
eed094b
to
3cbfed8
Compare
00130ca
to
52459b9
Compare
251b82b
to
5ab236e
Compare
13f66f3
to
97917df
Compare
ce43875
to
c000f50
Compare
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
a95752b
to
101dc54
Compare
for more information, see https://pre-commit.ci
statusText: response.statusText, | ||
headers: { | ||
...response.headers, | ||
authorization: "... removed from logs ...", |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical
authorization header
timeout: response.config.timeout, | ||
headers: { | ||
...response.config.headers, | ||
authorization: "... removed from logs ...", |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical
authorization header
requestAccessToken: true, | ||
oidc: true, | ||
strictDiscoveryDocumentValidation: false, | ||
clientId: "Lt44bhN5yMowdEHuxO3v1SBDKsS3aXW4GcJ", |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical documentation
updates: