We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❯ git commit -m "examples general readme" Check for merge conflicts................................................Passed Detect AWS Credentials...................................................Passed Detect Private Key.......................................................Passed Check Yaml...........................................(no files to check)Skipped Check JSON...........................................(no files to check)Skipped Extra Credential Checking................................................Failed - hook id: extra-credential-checking - exit code: 1 =========== Possible AWS Access Key IDs =========== =========== Possible AWS Secret Access Keys =========== 182: "hash": "<REDACTED>"
❯ grep -r <REDACTED> ./ .//workload-onboarding/custom-containers/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/bacalhau-docker-image/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/rust-wasm/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/python-script/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/r-hello-world/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/r-custom-docker-prophet/index.ipynb: "hash": "<REDACTED>" .//workload-onboarding/index.ipynb: "hash": "<REDACTED>" ....
Seems like VS code interpreter confuses the pre-check
cat .//index.ipynb .... "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.16" }, "vscode": { "interpreter": { "hash": "<REDACTED>" } } }, "nbformat": 4, "nbformat_minor": 4 }
The text was updated successfully, but these errors were encountered:
for the record, <REDACTED> is 64 char long and starts with 21fd...
<REDACTED>
21fd...
Sorry, something went wrong.
No branches or pull requests
Seems like VS code interpreter confuses the pre-check
The text was updated successfully, but these errors were encountered: