Skip to content

Bump pylint-per-file-ignores from 1.4.0 to 3.2.0#33

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pylint-per-file-ignores-3.2.0
Closed

Bump pylint-per-file-ignores from 1.4.0 to 3.2.0#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pylint-per-file-ignores-3.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps pylint-per-file-ignores from 1.4.0 to 3.2.0.

Changelog

Sourced from pylint-per-file-ignores's changelog.

3.2.0 (2025-11-25)

  • Updated the release actions

3.1.0

  • Support pylint 4.x

3.0.0

  • Removed support for python 3.9

2.0.3

  • Make glob patterns recursive

2.0.2

  • Fixed version mismatch

2.0.1

  • Fixed project classifiers

2.0.0

  • Dropped support for pylint versions below 3.3
  • Officially support python 3.9-3.14
  • Dropped support for python 3.8 and before
  • Complete refactoring of the project
  • Dropped support for the custom pyproject.toml section
  • Support parallel mode of pylint
  • Switch from regex patterns to globs
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 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)

Bumps [pylint-per-file-ignores](https://github.com/SAP/pylint-per-file-ignores) from 1.4.0 to 3.2.0.
- [Release notes](https://github.com/SAP/pylint-per-file-ignores/releases)
- [Changelog](https://github.com/SAP/pylint-per-file-ignores/blob/main/CHANGELOG.md)
- [Commits](https://github.com/SAP/pylint-per-file-ignores/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: pylint-per-file-ignores
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 14, 2026 00:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 14, 2026
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Code Quality

✅ Code follows style guide

  • The change is a simple dependency version bump in development-requirements.txt
  • No code style issues to evaluate in a requirements file

✅ No commented-out code

  • No commented code present

✅ Meaningful variable names

  • N/A for requirements file

✅ DRY principle followed

  • N/A for requirements file

✅ No defects identified

  • Dependency version bump from pylint-per-file-ignores==1.4.0 to pylint-per-file-ignores==3.2.0
  • This is a significant major version jump (1.x → 3.x)
  • Recommendation: Verify compatibility with existing pylint==3.3.7 configuration and ensure no breaking changes affect current linting setup

ℹ️ Project memory configuration

  • No .claude/CLAUDE.md file found in repository to consider

Testing

⚠️ Unit tests for new functions

  • N/A - This is a dependency update, not new functionality
  • Recommendation: Ensure existing tests still pass with the new version

⚠️ Integration tests for new endpoints

  • N/A - No new endpoints

⚠️ Edge cases covered

  • N/A - Dependency update only

⚠️ Test coverage > 80%

  • Cannot verify from diff alone
  • Recommendation: Run test suite to ensure no regressions

Documentation

⚠️ Readme updated if needed

  • development-requirements.txt:9 - Dependency update typically doesn't require README changes unless there are breaking changes or new setup requirements
  • Recommendation: If pylint-per-file-ignores 3.x has configuration changes, document them

✅ API docs updated

  • N/A - No API changes

✅ Inline comments for complex logic

  • N/A - Requirements file

❌ CHANGELOG.md updated

  • No CHANGELOG.md update visible in the diff
  • Action Required: Add entry documenting the dependency version bump

✅ Markdown files formatting

  • N/A - No markdown files modified

Security

✅ No hardcoded credentials

  • No credentials present

✅ Input validation implemented

  • N/A - Dependency update

✅ Proper error handling

  • N/A - Dependency update

✅ No sensitive data in logs

  • N/A - Dependency update

✅ No license files or AQAAAD strings

  • No license files checked in

Summary

Overall Assessment: ✅ Acceptable with minor recommendations

This is a straightforward dependency version bump. The main concerns are:

  1. Action Required: Update CHANGELOG.md to document this dependency change
  2. Verify: The major version jump (1.x → 3.x) warrants verification that:
    • All existing tests pass
    • No breaking changes affect current pylint configuration
    • The new version is compatible with pylint==3.3.7

The change itself is clean and follows proper dependency management practices.

Automated code review analyzing defects and coding standards

@docktermj docktermj self-assigned this Jan 14, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

Looks like pylint-per-file-ignores is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 14, 2026
@dependabot dependabot bot deleted the dependabot/pip/pylint-per-file-ignores-3.2.0 branch January 14, 2026 16:02
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.

1 participant