Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prospector-dev/prospector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.3
Choose a base ref
...
head repository: prospector-dev/prospector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.0
Choose a head ref
  • 12 commits
  • 27 files changed
  • 3 contributors

Commits on Jan 8, 2025

  1. Fix for files that comes from the site-packages (#706)

    * Fix for files that comes from the site-packages
    
    * Update the lock file
    
    * Use format specifiers instead of percent format
    sbrunner authored Jan 8, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    dc9dff2 View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    3273f5e View commit details
  3. Copy the full SHA
    9b607ed View commit details

Commits on Jan 9, 2025

  1. Update to Poetry 2.0 (#711)

    Fix:
    The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
    sbrunner authored Jan 9, 2025
    Copy the full SHA
    df1d5ef View commit details
  2. Merge pull request #707 from prospector-dev/specify-filtred-file

    Don't filter manual selected file
    sbrunner authored Jan 9, 2025
    Copy the full SHA
    ef004df View commit details

Commits on Jan 14, 2025

  1. Added pylint-parseable formatter

    joacortez authored and carlio committed Jan 14, 2025
    Copy the full SHA
    ad2e04e View commit details
  2. Updated docstring

    Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
    2 people authored and carlio committed Jan 14, 2025
    Copy the full SHA
    f658e0a View commit details

Commits on Jan 19, 2025

  1. Add more fields in message

    sbrunner committed Jan 19, 2025
    Copy the full SHA
    69fd014 View commit details

Commits on Jan 20, 2025

  1. Merge pull request #713 from prospector-dev/improve-messages

    Add more fields in messages
    sbrunner authored Jan 20, 2025
    Copy the full SHA
    f9b703e View commit details

Commits on Jan 22, 2025

  1. Better noqa interpretation

    - To completely ignore a line the `# noqa` should be alone
    - To ignore a code we can use `# noqa: <code>` ad ruff do
    sbrunner committed Jan 22, 2025
    Copy the full SHA
    b3f9fa9 View commit details

Commits on Jan 23, 2025

  1. Merge pull request #717 from prospector-dev/better-noqa

    Better noqa interpretation
    sbrunner authored Jan 23, 2025
    Copy the full SHA
    2583b91 View commit details
  2. Bump version to 1.14.0

    sbrunner committed Jan 23, 2025
    Copy the full SHA
    224fc52 View commit details
Loading