SECOORA / GUTILS

🌊 🚤 Python utilities for reading, merging, and post processing Teledyne Webb Slocum Glider data
MIT License
7 stars 11 forks source link

pyupgrade #30

Open VeckoTheGecko opened 9 months ago

VeckoTheGecko commented 9 months ago

Suggestions

Addition to .pre-commit-config.yaml

- repo: https://github.com/asottile/pyupgrade
  rev: v3.15.0
  hooks:
    - id: pyupgrade
      args: [--py36-plus]
VeckoTheGecko commented 9 months ago

Similarly, https://github.com/pyoceans/pocean-core/pull/83