typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Enable pyupgrade

Open ulgens opened this issue 2 months ago • 5 comments

Change Summary

Enables pyupgrade rule set in ruff config.

https://docs.astral.sh/ruff/rules/#pyupgrade-up https://github.com/asottile/pyupgrade

A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.

Helps to keep the code modern.

Depends on:

  • https://github.com/typesense/typesense-python/pull/111

PR Checklist

ulgens avatar Nov 23 '25 19:11 ulgens