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

[pull] master from python-semantic-release:master #111

Merged
merged 46 commits into from
Jul 4, 2024

Commits on Jul 2, 2024

  1. build(deps-dev): bump mypy from 1.10.0 to 1.10.1 (#970)

    Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    adc0c15 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. build(deps-dev): bump ruff from 0.4.9 to 0.5.0

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.5.0.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.9...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codejedi365 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d8a485a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a5e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49e579 View commit details
    Browse the repository at this point in the history
  4. ci(deps): bump mikepenz/action-junit-report in the github-actions group

    Bumps the github-actions group with 1 update:
     - [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report).
    
    Updates `mikepenz/action-junit-report` from 4.2.2 to 4.3.1
    - [Release notes](https://github.com/mikepenz/action-junit-report/releases)
    - [Commits](mikepenz/action-junit-report@v4.2.2...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: mikepenz/action-junit-report
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codejedi365 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a285476 View commit details
    Browse the repository at this point in the history
  5. chore: switch to ruff doc formatting & add ignore types (#964)

    - Remove `blacken-docs` in pre-commit config.
    - Set `docstring-code-format` to `true` for ruff.
    - Resolve `blanket-type-ignore` pre-commit check by adding types to mypy
      type ignores
    wyardley authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8b26104 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): update types-requests from ~=2.31.0 to ~=2.32.0 (#940

    )
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    62a0013 View commit details
    Browse the repository at this point in the history
  7. chore(conf): set ignore-without-code for mypy (#971)

    * chore(conf): set `ignore-without-code` for mypy
    
      - Set `ignore-without-code` in mypy settings
      
          - https://mypy.readthedocs.io/en/stable/error_codes.html#requiring-error-codes
          - https://docs.astral.sh/ruff/rules/blanket-type-ignore/
    
      - Remove `pygrep` rule in pre-commit config to avoid flagging it twice
        locally (since there's a mypy pre-commit config already)
    
    * chore(conf): turn off ruff error for mypy blanket-type-ignore
    
    * style(ruff): remove noqa entries for disabled rule `blanket-type-ignore`
    
    ---------
    
    Co-authored-by: codejedi365 <codejedi365@gmail.com>
    wyardley and codejedi365 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ff043f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2586487 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bded8de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b15e4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce643cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3eb3dba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e33be16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e9e74d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e01444 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d22025b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2729b91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    57073f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3bbb217 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    47090ff View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f8819f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    efba1ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6d10fec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8d3c91b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dea2887 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f9a038e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    79dbf58 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    16afbbb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d247101 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    991d4e6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d1d53fe View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cdd6468 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e15bb49 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a7c17c7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    23ce5de View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    243f0b1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4df79c5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8cbce47 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    be4919c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    43e35d0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c841eee View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    afbb187 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    348a51d View commit details
    Browse the repository at this point in the history
  44. style: beautify 348a51d

    actions-user committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7342484 View commit details
    Browse the repository at this point in the history
  45. 9.8.4

    Automatically generated by python-semantic-release
    semantic-release committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e02a9bd View commit details
    Browse the repository at this point in the history