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

Bump interrogate from 1.5.0 to 1.7.0 #288

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps interrogate from 1.5.0 to 1.7.0.

Release notes

Sourced from interrogate's releases.

1.7.0

Full Changelog

Added

  • tomli dependency for Python versions < 3.11, making use of tomllib in the standard library with 3.11+ (#150).
  • Support for pyi file extensions (and leave room for other file extensions to be added, like maybe ipynb).
  • Support for Google-style docstrings for class __init__ methods with new --style [sphinx|google] flag (#128).

Fixed

  • Include support for deleters when ignoring property decorators (#126).
  • Support floats for --fail-under values (#114).

Removed

  • toml dependency for all Python versions (#150).
Changelog

Sourced from interrogate's changelog.

1.7.0 (2024-04-07)

Added ^^^^^

  • tomli dependency for Python versions `_).
  • Support for pyi file extensions (and leave room for other file extensions to be added, like maybe ipynb).
  • Support for Google-style docstrings for class __init__ methods with new --style [sphinx|google] flag ([#128](https://github.com/econchick/interrogate/issues/128) <https://github.com/econchick/interrogate/issues/128>_).

Fixed ^^^^^

  • Include support for deleters when ignoring property decorators ([#126](https://github.com/econchick/interrogate/issues/126) <https://github.com/econchick/interrogate/issues/126>_).
  • Support floats for --fail-under values ([#114](https://github.com/econchick/interrogate/issues/114) <https://github.com/econchick/interrogate/issues/114>_).

Removed ^^^^^^^

  • toml dependency for all Python versions ([#150](https://github.com/econchick/interrogate/issues/150) <https://github.com/econchick/interrogate/issues/150>_).

.. short-log

1.6.0 (2024-04-06)

Added ^^^^^

  • Add --ignore-overloaded-functions flag to ignore overload decorators ([#97](https://github.com/econchick/interrogate/issues/97) <https://github.com/econchick/interrogate/issues/97>) – thank you ErwinJunge <https://github.com/econchick/interrogate/pull/98> (via [#167](https://github.com/econchick/interrogate/issues/167) <https://github.com/econchick/interrogate/pull/167>) and zackyancey <https://github.com/econchick/interrogate/pull/160>.
  • Support for Python 3.11 & 3.12.

Removed ^^^^^^^

  • Support for Python 3.6 & 3.7.
Commits
  • 4894019 Release 1.7.0
  • 6c8db6f Testing out a PyPI GitHub workflow
  • 06ecac0 Merge pull request #173 from econchick/google-style
  • f77ef6f Add flag to support google code style
  • 5461ebc Merge pull request #172 from econchick/ext-flag
  • 722d523 Add support for other file extensions (pyi to start)
  • 1a28d80 Merge pull request #171 from econchick/round-perc-covered
  • d3cddca Merge pull request #170 from econchick/include-deleters
  • 4e7e967 Merge pull request #170 from econchick/include-deleters
  • 5dcb4de Include deleters when ignoring property decorators
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/interrogate-1.7.0 branch from 4eff750 to c1fdf59 Compare April 29, 2024 11:05
Bumps [interrogate](https://github.com/econchick/interrogate) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/econchick/interrogate/releases)
- [Changelog](https://github.com/econchick/interrogate/blob/master/docs/changelog.rst)
- [Commits](econchick/interrogate@1.5.0...1.7.0)

---
updated-dependencies:
- dependency-name: interrogate
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/interrogate-1.7.0 branch from c1fdf59 to 3521709 Compare April 29, 2024 12:31
@mostafa mostafa merged commit f660cab into main Apr 29, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/interrogate-1.7.0 branch April 29, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant