| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This patch adds the bpython debugger import `bpdb` to the debug_statements_hook.
All 10 projects validated: verify.sh FAILs on BEFORE commit, passes on AFTER. Python projects (8): - real-dotenv-cwd-bug: Fix CLI crash when CWD deleted (theskumar/python-dotenv#446) - real-humanize-precisedelta: Fix rounding carry-over in precisedelta (python-humanize/humanize#254) - real-humanize-intword: Fix plural form and boundary rounding in intword (python-humanize/humanize#273) - real-iniconfig-parse: Add IniConfig.parse() with inline comment stripping (pytest-dev/iniconfig#70) - real-itsdangerous-overflow: Handle date overflow in timed unsign (pallets/itsdangerous) - real-pathspec-empty: Fix ValueError for empty pattern lists in backends (cpburnz/python-pathspec#100) - real-precommit-empty-sort: Fix file-contents-sorter adding blank line to empty files (pre-commit/pre-commit-hooks#935) - real-precommit-debug-bpdb: Add bpdb debugger detection (pre-commit/pre-commit-hooks#942) Node.js projects (2): - real-yargs-parser-hyphens: Fix parsing of options ending with 3+ hyphens (yargs/yargs-parser#434) - real-string-width-emoji: Fix width for minimally-qualified emoji sequences (sindresorhus/string-width#68) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
This patch adds the bpython debugger import bpdb to the debug_statements_hook.
Closes #941