-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Pixee-Bot-Python/Yelp_detect-secrets
base: master
head repository: Yelp/detect-secrets
compare: master
- 19 commits
- 13 files changed
- 7 contributors
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6a7226 - Browse repository at this point
Copy the full SHA e6a7226View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 180fca1 - Browse repository at this point
Copy the full SHA 180fca1View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efc122a - Browse repository at this point
Copy the full SHA efc122aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bafc1d - Browse repository at this point
Copy the full SHA 5bafc1dView commit details -
fix(telegram_bot_token):
bot
should not be in the token`bot` is only used while verifying the token, as per https://core.telegram.org/bots/api#authorizing-your-bot
Configuration menu - View commit details
-
Copy full SHA for 41f7746 - Browse repository at this point
Copy the full SHA 41f7746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc49a5 - Browse repository at this point
Copy the full SHA 2cc49a5View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe73707 - Browse repository at this point
Copy the full SHA fe73707View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3025a07 - Browse repository at this point
Copy the full SHA 3025a07View commit details -
Merge pull request Yelp#885 from jfagoagas/fix_ip_public_link_local
fix(ip_public): Exclude IPv4 Link Local
Configuration menu - View commit details
-
Copy full SHA for 7b162a7 - Browse repository at this point
Copy the full SHA 7b162a7View commit details -
Merge pull request Yelp#878 from jfagoagas/fix_telegram_bot_token
fix(telegram_bot_token): Regex must match just bot tokens
Configuration menu - View commit details
-
Copy full SHA for 4627207 - Browse repository at this point
Copy the full SHA 4627207View commit details
Commits on Oct 21, 2024
-
Merge pull request Yelp#811 from Yelp/lorenzodb1-remove-support-for-p…
…y3.8 Remove support for Python 3.8
Configuration menu - View commit details
-
Copy full SHA for 8a25ce8 - Browse repository at this point
Copy the full SHA 8a25ce8View commit details -
Bump pre-commit from 3.5.0 to 4.0.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c3f12b4 - Browse repository at this point
Copy the full SHA c3f12b4View commit details -
Merge pull request Yelp#886 from Yelp/dependabot/pip/pre-commit-4.0.1
Bump pre-commit from 3.5.0 to 4.0.1
Configuration menu - View commit details
-
Copy full SHA for a57ec40 - Browse repository at this point
Copy the full SHA a57ec40View commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 952c008 - Browse repository at this point
Copy the full SHA 952c008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed9de6 - Browse repository at this point
Copy the full SHA 5ed9de6View commit details -
Add Length Override to Secrets Collection (Yelp#903)
* Add length override to secrets collection to fix pretty output of pre-commit hook diagnostic total secrets * Fix pre-commit issues
Configuration menu - View commit details
-
Copy full SHA for 34efc5f - Browse repository at this point
Copy the full SHA 34efc5fView commit details -
Bump tox from 4.15.0 to 4.23.2 (Yelp#888)
* Bump tox from 4.15.0 to 4.23.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.23.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.15.0...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix pre-commit issues * Bump platformdirs * Bump virtualenv --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John-Paul Dakran <dakranj@yelp.com>
Configuration menu - View commit details
-
Copy full SHA for 7db243f - Browse repository at this point
Copy the full SHA 7db243fView commit details -
Bump pycodestyle from 2.11.1 to 2.12.1 (Yelp#872)
* Bump pycodestyle from 2.11.1 to 2.12.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.11.1...2.12.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump flake8 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John-Paul Dakran <dakranj@yelp.com>
Configuration menu - View commit details
-
Copy full SHA for b31a086 - Browse repository at this point
Copy the full SHA b31a086View commit details
Commits on Jan 6, 2025
-
update: add python 3.13 support (Yelp#900)
* update: add python 3.13 support * tox: add in python 3.13 * ci: add in fixes causing failing ci * requirements: remove typed-ast as EOL as of python 3.7 * pre-commit: bump to work with new python version * pre-commit: other fixes * pre-commit: remove add trailing comma - conflicts with autopep8 * pre-commit: fix duplicated autopep8 repo * Revert "pre-commit: remove add trailing comma - conflicts with autopep8" This reverts commit 853c465.
Configuration menu - View commit details
-
Copy full SHA for 50119d6 - Browse repository at this point
Copy the full SHA 50119d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master