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

drop use python<=3.7 syntax #718

Merged
merged 2 commits into from
Mar 13, 2024
Merged

drop use python<=3.7 syntax #718

merged 2 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. drop use python<=3.7 syntax

    Despite what is mentioned in pyproject.toml that `sh` supports only
    python 3.8.x `sh` code still uses older syntax.
    Pass all code over `pyupgrade --py38`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    28a9762 View commit details
    Browse the repository at this point in the history
  2. make blak happy

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d667176 View commit details
    Browse the repository at this point in the history