Skip to content

Conversation

@dusktreader
Copy link
Owner

Added retry functionality with exponential backoff, jitter, and selective exception retry capabilities via retry() and retry_async() decorators. Also includes extensive project improvements for code quality and maintainability.

Key additions:

  • retry() and retry_async() decorators with configurable backoff, jitter, and selective exception handling
  • Protocol types for all callback parameters (ExceptionCallback, DoExceptParamsCallback, etc.)
  • Buzz.retry() and Buzz.retry_async() class methods
  • Pre-commit hooks configured to run make qa/full
  • YAML linting with yamllint
  • Mutation testing with mutmut
  • CONTRIBUTING.md and CODE_OF_CONDUCT.md documentation

Code quality improvements:

  • Fixed all basedpyright warnings in tests (added override decorators, type hints)
  • Fixed YAML indentation in GitHub Actions workflows
  • Removed dead _check_kwargs() method
  • Added import auto-sorting to make qa/format
  • Reformatted Makefile with colored help output and consistent pattern

Updated documentation with retry examples and comprehensive feature descriptions.

…project updates

Added retry functionality with exponential backoff, jitter, and selective exception
retry capabilities via retry() and retry_async() decorators. Also includes extensive
project improvements for code quality and maintainability.

Key additions:
* retry() and retry_async() decorators with configurable backoff, jitter, and selective exception handling
* Protocol types for all callback parameters (ExceptionCallback, DoExceptParamsCallback, etc.)
* Buzz.retry() and Buzz.retry_async() class methods
* Pre-commit hooks configured to run make qa/full
* YAML linting with yamllint
* Mutation testing with mutmut
* CONTRIBUTING.md and CODE_OF_CONDUCT.md documentation

Code quality improvements:
* Fixed all basedpyright warnings in tests (added override decorators, type hints)
* Fixed YAML indentation in GitHub Actions workflows
* Removed dead _check_kwargs() method
* Added import auto-sorting to make qa/format
* Reformatted Makefile with colored help output and consistent pattern

Updated documentation with retry examples and comprehensive feature descriptions.
@dusktreader dusktreader merged commit ae1d4c7 into main Jan 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants