Skip to content
New issue

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

chore: assorted nits #16383

Merged
merged 8 commits into from
Aug 6, 2024
Merged

chore: assorted nits #16383

merged 8 commits into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. lint: address deprecation warning for jinja2

    When using unescaped regular expression patterns, warns:
    
        DeprecationWarning: invalid escape sequence '\d'
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b280a86 View commit details
    Browse the repository at this point in the history
  2. style: use Python 3.12

    Missed in pypi#16105
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bce84ba View commit details
    Browse the repository at this point in the history
  3. chore: remove unused class

    Leftover from a refactor.
    
    Refs: pypi@c73910f#diff-ad2285487bd44546b51ec41ca45cb0b5fb1b6ce16156b70a88fbdd0313920c55L19
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ca734d8 View commit details
    Browse the repository at this point in the history
  4. typo: fix typos found within inline docs

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e14e280 View commit details
    Browse the repository at this point in the history
  5. feat(dev): add watchdog filesystem poller

    Faster change implementation for `hupper`
    Will automatically be used if present.
    
    Refs: https://docs.pylonsproject.org/projects/hupper/en/latest/#watchdog
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2b0fc94 View commit details
    Browse the repository at this point in the history
  6. fix: explicitly set broker startup retry option

    Silences a deprecation warning about an upcoming change to default.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d9f485b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    8ad2f80 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    17866c3 View commit details
    Browse the repository at this point in the history