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 prospector from 1.7.7 to 1.9.0 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

Bumps prospector from 1.7.7 to 1.9.0.

Release notes

Sourced from prospector's releases.

1.9.0

https://github.com/PyCQA/prospector/milestone/3

v1.8.4

https://github.com/PyCQA/prospector/milestone/7?closed=1

v1.8.3

v1.8.2

1.8.1

Add support for Python 3.11

1.8.0

File discovery fixes:

Finding paths and files to check has been replaced with a new version using pathlib - this should not result in any changes, except fixing an issue where pylint and pydocstyle were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.

The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

Related bugs and PRs:

Other bugfixes:

  • #106
  • Running prospector on a path not in the CWD (eg, 'prospector /some/where/else') will not cause exceptions, and will instead use absolute paths for message output
  • Autodetction of libraries, to automatically use pylint plugins, will no work on projects using a pyproject.toml ; also it has been turned on by default, it seemed to have accidentally been set to off by default some time ago.
  • #529

Misc:

  • Prospector now runs on itself without generating errors after all linting warnings were fixed

1.8.0 rc1

Building on the rc0 release, with bugfixes to do with relative paths and absolute paths - prospector can now run in a directory and be pointed at any other directory.

... (truncated)

Changelog

Sourced from prospector's changelog.

Version 1.9.0

Version 1.8.4

Version 1.8.3

  • [#560](https://github.com/PyCQA/prospector/issues/560) <https://github.com/PyCQA/prospector/issues/560>_
  • [#559](https://github.com/PyCQA/prospector/issues/559) <https://github.com/PyCQA/prospector/issues/559>_
  • [#555](https://github.com/PyCQA/prospector/issues/555) <https://github.com/PyCQA/prospector/issues/555>_
  • [#554](https://github.com/PyCQA/prospector/issues/554) <https://github.com/PyCQA/prospector/issues/554>_
  • [#552](https://github.com/PyCQA/prospector/issues/552) <https://github.com/PyCQA/prospector/issues/552>_
  • [#551](https://github.com/PyCQA/prospector/issues/551) <https://github.com/PyCQA/prospector/issues/551>_

Version 1.8.2

  • [#547](https://github.com/PyCQA/prospector/issues/547) <https://github.com/PyCQA/prospector/issues/547>_

Version 1.8.1

Let's test faster.

Add support for Python 3.11:

Python 3.11 is between 10-60% faster than Python 3.10.

Version 1.8.0

File discovery fixes:

Finding paths and files to check has been replaced with a new version using pathlib - this should not result in any changes, except fixing an issue where pylint and pydocstyle were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.

The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

... (truncated)

Commits

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 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)

Bumps [prospector](https://github.com/PyCQA/prospector) from 1.7.7 to 1.9.0.
- [Release notes](https://github.com/PyCQA/prospector/releases)
- [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst)
- [Commits](prospector-dev/prospector@1.7.7...v1.9.0)

---
updated-dependencies:
- dependency-name: prospector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 16, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants