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

Dump prospector #392

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture] from 1.7.7 to 1.8.1.

Release notes

Sourced from prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture]'s releases.

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.

Other small bugfixes for path related changes in rc0.

1.8.0 rc0

This is currently still a pre-release.

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 behaviour of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

Related bugs and PRs:

Other bugfixes

... (truncated)

Changelog

Sourced from prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture]'s changelog.

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.

Related bugs and PRs:

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

Other bugfixes:

  • [#106](https://github.com/PyCQA/prospector/issues/106) <https://github.com/PyCQA/prospector/issues/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](https://github.com/PyCQA/prospector/issues/529) <https://github.com/PyCQA/prospector/issues/529>_

Misc:

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

Version 1.7.6

It's a bugs life.

Fixes:

  • Fixed a problem where pylint was reporting the same message multiple times, because it was given a path to the file multiple times
  • The blending fix mentioned in the 1.7.5 release was actually not checked in by accident, this is there now.

... (truncated)

Commits
  • 24de8af Add support for Python 3.11 (#543)
  • e76b03e A copy-paste error seems to have included the badge for pylint-django too.
  • 1b0760e Add and apply pyupgrade 3.7 in pre-commit (#542)
  • cf85d04 Apply prettier on yaml/yml files (#541)
  • d3d8bdb Merge pull request #540 from PyCQA/release-branch-1.8.0
  • 30c2162 Tidying up RST formatting for changelog
  • 2ca03a6 Upgrade the version to 1.8.0
  • 2b70b69 Merge pull request #536 from PyCQA/develop
  • f433243 Fixing flake8 unsed import errors
  • ccad123 Merge branch 'master' into develop
  • 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 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 Packages this project depends on label Dec 1, 2022
@spoorcc
Copy link
Contributor

spoorcc commented Dec 2, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2022

A newer version of prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture] exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@spoorcc
Copy link
Contributor

spoorcc commented Dec 4, 2022

Breaks due to landscapeio/prospector#545

requirements.txt Outdated Show resolved Hide resolved
dependabot bot and others added 3 commits December 22, 2022 19:11
…lture]

Bumps [prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture]](https://github.com/PyCQA/prospector) from 1.7.7 to 1.8.1.
- [Release notes](https://github.com/PyCQA/prospector/releases)
- [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst)
- [Commits](landscapeio/prospector@1.7.7...v1.8.1)

---
updated-dependencies:
- dependency-name: prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@spoorcc spoorcc force-pushed the dependabot/pip/main/prospector-with_banditwith_flake8with_mypywith_pyromawith_vulture--1.8.1 branch from d41a011 to 8265088 Compare December 22, 2022 19:12
prospector install requirments-locator which
brings in poetry-semver. This conflicts with
semver as used by the project. Not the first
issue with prospector, dopr it entirely.
@spoorcc spoorcc changed the title Bump prospector[with_bandit,with_flake8,with_mypy,with_pyroma,with_vulture] from 1.7.7 to 1.8.1 Dump prospector Dec 22, 2022
@spoorcc spoorcc merged commit 6847773 into main Dec 22, 2022
@spoorcc spoorcc deleted the dependabot/pip/main/prospector-with_banditwith_flake8with_mypywith_pyromawith_vulture--1.8.1 branch December 22, 2022 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packages this project depends on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant