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

⬆️πŸͺ update pre-commit hooks #287

Merged
merged 13 commits into from
Jul 4, 2023

Commits on Jul 3, 2023

  1. ⬆️πŸͺ update pre-commit hooks

    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.272 β†’ v0.0.276](astral-sh/ruff-pre-commit@v0.0.272...v0.0.276)
    - [github.com/asottile/blacken-docs: 1.13.0 β†’ 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
    - [github.com/pre-commit/mirrors-clang-format: v16.0.4 β†’ v16.0.6](pre-commit/mirrors-clang-format@v16.0.4...v16.0.6)
    - [github.com/pre-commit/mirrors-mypy: v1.3.0 β†’ v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
    - [github.com/codespell-project/codespell: v2.2.4 β†’ v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
    pre-commit-ci[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6279585 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. πŸ”§ also show fixes for ruff

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d33df32 View commit details
    Browse the repository at this point in the history
  2. 🚨πŸ”₯ remove redundant type ignore

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4a3a256 View commit details
    Browse the repository at this point in the history
  3. 🚨 fix linter warnings in stub file

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    03d2cb5 View commit details
    Browse the repository at this point in the history
  4. πŸ”§ update ruff config

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    779304c View commit details
    Browse the repository at this point in the history
  5. 🚨 auto-fixes from ruff

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8b1bbb1 View commit details
    Browse the repository at this point in the history
  6. 🚨 non-auto-fixes from ruff

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    731c9cc View commit details
    Browse the repository at this point in the history
  7. 🩹 ruff configuration fix

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    467e7c8 View commit details
    Browse the repository at this point in the history
  8. 🩹 remove empty exclude from ruff config

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    641e785 View commit details
    Browse the repository at this point in the history
  9. πŸ”§ add ruff ignores for jupyter notebooks

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3cbb6d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    491a9c0 View commit details
    Browse the repository at this point in the history
  11. 🎨 add missing newline

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    443db34 View commit details
    Browse the repository at this point in the history
  12. βœ… add small test to cover enum change

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f0d715b View commit details
    Browse the repository at this point in the history