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: merge the latest starbase #113

Closed
wants to merge 116 commits into from
Closed

chore: merge the latest starbase #113

wants to merge 116 commits into from

Commits on May 22, 2023

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

Commits on May 24, 2023

  1. ci: fix name of release-drafter config file (#79)

    The action looks specifically for ".yml", and not ".yaml".
    tigarmo authored May 24, 2023
    Configuration menu
    Copy the full SHA
    e64e1e0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. meta: dynamic versioning (#80)

    Co-authored-by: Tiago Nobrega <[email protected]>
    lengau and tigarmo authored May 25, 2023
    Configuration menu
    Copy the full SHA
    d38e78c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore(deps): update development dependencies (non-major) (#83)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ba60c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cda0d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. tests: move starbase tests to sub-directories (#85)

    This allows starbase to have its own tests and allow for cleaner merges of
    starbase into other repositories.
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    43f86da View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    7ab2ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201327e View commit details
    Browse the repository at this point in the history
  3. lint: ignore ruff SIM117 (#90)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f3c4f88 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. chore(deps): update dependency tox-gh to v1.2.0 (#92)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    afc4246 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint/ruff to v0.0.272 (#91)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f40aae9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. meta: update versioning scheme (#86)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0b9e9cf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. lint: fix mypy config to 'recurse' (#94)

    `module = ["starcraft"]` only checks checks the `starcraft` main
    package, and not any sub-packages and modules.
    tigarmo authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    296c5dd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update development dependencies (non-major) (#95)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    72c7781 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 20, 2023

  1. ci: lint docs in all directories (#98)

    Files like README.md and HACKING.md are linted by sphinx-lint.
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0f6657d View commit details
    Browse the repository at this point in the history
  2. tools: fix 'setuptools.package.find' directive (#97)

    The directive is finnicky with regards to globbing, so the tests and
    docs were being included in the final wheel package.
    tigarmo authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9985d46 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. tests: provide a fixture with the project's 'main' module (#99)

    The idea is this: since we have a few tests that are worth running in
    "downstream" projects (those that merge starbase periodically), instead
    of having to adapt every test individually in every downstream project
    we'll use a fixture (project_main_module) that provides the imported
    module object. So in starbase is returns the 'starcraft' module.
    
    The tests are then updated to use this fixture instead of importing the
    module directly. Downstream projects therefore only need to update the
    fixture's implementation and the tests will (well, should) work.
    tigarmo authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    25d1c10 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    61afd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5e737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7c6fa View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. tools: Add release GH action (#103)

    Co-authored-by: Tiago Nobrega <[email protected]>
    lengau and tigarmo authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6363b31 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 29, 2023

  1. tox: improve UX (#106)

    lengau authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8b8fed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3244cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 11, 2023

  1. chore(deps): update development dependencies (non-major) (#115)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6a8bb7f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. chore(deps): update release-drafter/release-drafter action to v5.24.0 (

    …#117)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5faae73 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint/ruff to v0.0.284 (#119)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    be3ae62 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency tox-gh to v1.3.1 (#121)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    366e466 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update documentation dependencies (#120)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2a28541 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    3fca437 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    lengau authored and sergiusens committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    841c322 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. chore(deps): update dependency docs/furo to v2023.8.19 (#122)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9d017f3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint/ruff to v0.0.285 (#123)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    25c3c1d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update development dependencies (non-major) (#124)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a913629 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. docs: add conventional commits as part of the style

    Signed-off-by: Sergio Schvezov <[email protected]>
    sergiusens committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8322768 View commit details
    Browse the repository at this point in the history
  2. ci: check for conventional commits

    Signed-off-by: Sergio Schvezov <[email protected]>
    sergiusens committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fe1f9b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. ci(renovate): allow more branches (#126)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6577523 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. ci(renovate): run tests on renovate branches (#127)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    de65e53 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore: skip typing checkers in "_version.py" (#128)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    edf7d5a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. chore(deps): update dependency docs/furo to v2023.9.10 (#129)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    04f5a63 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint/ruff to v0.0.290 (#130)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4e97b3f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. chore(deps): update actions/checkout action to v4 (#132)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    aa095b1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint/ruff to v0.0.291 (#131)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c3c3313 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. chore(deps): update dependency lint/ruff to v0.1.0 (#138)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a8e334e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. chore(deps): update release-drafter/release-drafter action to v5.25.0…

    … (#140)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e668f36 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency docs/sphinx-lint to v0.8.1 (#141)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    62cafda View commit details
    Browse the repository at this point in the history
  3. chore(deps): update development dependencies (non-major) (#137)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6f1c345 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. chore(deps): update dependency lint/ruff to v0.1.1 (#142)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6b79ebe View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. ci: colorize tox (#145)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    eae2528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78477e View commit details
    Browse the repository at this point in the history
  3. chore(deps): include ruff in dev updates (#146)

    Now that ruff has had a 0.1 release it should be updatable with our other linters.
    lengau authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    bd97d83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    406c056 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    4ca930b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58ed6f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

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

Commits on Nov 27, 2023

  1. chore(deps): update development dependencies (non-major) (#153)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cc5a039 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency docs/sphinx-lint to v0.9.0 (#152)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0eead76 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(deps): update dependency types/pyright to v1.1.338 (#155)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    36a4cbf View commit details
    Browse the repository at this point in the history
  2. chore(deps): update webiny/action-conventional-commits action to v1.2…

    ….0 (#154)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    54ea9f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 7, 2023

  1. chore: use new mypy config extra_checks (#158)

    `strict_concatenate` has been deprecated in favor of `extra_checks`
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    86b7568 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. chore(deps): update actions/setup-python action to v5 (#161)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5d46027 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 15, 2023

  1. docs(HACKING): update commit message guidelines (#162)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4b2c78e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ade6eba View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/download-artifact action to v4 (#163)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8931c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6130fd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. chore(deps): update dependency docs/sphinx-lint to v0.9.1 (#166)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    48adeaf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. chore(deps): update dependency setuptools to v67.8.0 (#167)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cf0b86c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. chore(deps): update dependency setuptools to v69 (#168)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a1c10a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. chore(deps): update dependency lint/black to v24 (#169)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    621a105 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore(deps): update dependency docs/furo to v2024 (#173)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f460547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d56dce View commit details
    Browse the repository at this point in the history
  3. build(deps): update pyright (#170)

    * Disable pyright complaints for mocks
    * Move `types/pyright` into renovate's pyright group
    lengau authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    20eb129 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update development dependencies (non-major) (#174)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3feb312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceb64e2 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency dev/pytest to v8 (#172)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d79b26b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore(deps): update dependency black to v24 (#176)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9815d93 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency ruff to v0.1.15 (#177)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c6d29c3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency yamllint to v1.33.0 (#178)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0cfc30a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore(deps): update dependency lint/ruff to v0.2.0 (#181)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5a0b0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d11ec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6db1eb View commit details
    Browse the repository at this point in the history
  4. docs(HACKING): clarify commit header for merges (#184)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    234b360 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 11, 2024

  1. chore(deps): update dependency docs/sphinx-autobuild to v2024 (#187)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    64dc591 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update development dependencies (non-major) (#186)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    455aa11 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. build: loosen requirements (#190)

    The modified dependencies are known to be sufficiently stable that the given version ranges are unlikely to cause breakages.
    lengau authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9d271a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(deps): update dependency types/pyright to v1.1.351 (#189)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    826a08e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. chore(deps): update development dependencies (non-major) (#191)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2130cd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore: update ruff settings (#192)

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d319ea9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore(deps): update development dependencies (non-major) (#193)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c9c4de1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update softprops/action-gh-release action to v2 (#194)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ef54940 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore(deps): update dependency dev/pytest-cov to v5 (#195)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bf22cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. chore(deps): update dependency types/pyright to v1.1.356 (#196)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5d10b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore(deps): update dependency types/pyright to v1.1.357 (#198)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    955f445 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): update dependency types/pyright to v1.1.358 (#202)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    56b1e71 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore: use ruff snap (#204)

    lengau authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    09b91ba View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore(deps): update dependency types/pyright to v1.1.359 (#206)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    06f6913 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. ci: update Python versions

    lengau authored and tigarmo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9191990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b8fab View commit details
    Browse the repository at this point in the history
  3. style: autoformat

    lengau authored and tigarmo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    51a7a95 View commit details
    Browse the repository at this point in the history
  4. chore: update python versions ruff uses

    lengau authored and tigarmo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    de9999b View commit details
    Browse the repository at this point in the history
  5. chore: update tox python versions

    lengau authored and tigarmo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a5b35ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    439dad6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd48e13 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore(deps): update development dependencies (non-major) (#210)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    3b02fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae9d00 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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