Skip to content

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

Merged
docktermj merged 1 commit intomainfrom
dependabot/pip/pylint-per-file-ignores-3.2.0
Feb 19, 2026
Merged

Bump pylint-per-file-ignores from 1.4.0 to 3.2.0#75
docktermj merged 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 Feb 19, 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 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 dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 19, 2026
@github-actions
Copy link

🤖 Claude Code Review

Code Review

PR Summary: Bumps pylint-per-file-ignores from 1.4.0 to 3.2.0 in development-requirements.txt.


Code Quality

  • Style guide — Single-line dependency version pin change; no style concerns applicable.
  • No commented-out code — None present.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No bugs, logic errors, or security issues. This is a dev-only dependency (development-requirements.txt), so no production impact. The major version jump (1.x → 3.x) is notable — breaking changes are possible, but this is a linting plugin so the risk is low (worst case: new lint errors surfaced in CI).

Testing

  • Unit/integration tests — No new functions or endpoints introduced; not applicable.
  • Test coverage — No production code changed.

Documentation

  • CHANGELOG.md not updatedCHANGELOG.md has an [Unreleased] section (line 9) but this dependency bump is not listed there. Dependency updates should be recorded in the changelog.
  • README — No README changes needed for a dev dependency bump.
  • Inline comments — N/A.
  • Markdown formatting — Not applicable to this diff.

Security

  • No hardcoded credentials — None.
  • Input validation — N/A.
  • Error handling — N/A.
  • No sensitive data in logs — N/A.
  • No license files (.lic) — None present.

Summary

Severity Issue
Low CHANGELOG.md not updated to reflect the dependency bump

The change is safe and straightforward. The only actionable item is adding an entry to the [Unreleased] section of CHANGELOG.md for this dependency update.

Automated code review analyzing defects and coding standards

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 force-pushed the dependabot/pip/pylint-per-file-ignores-3.2.0 branch from b15bc62 to 8dba8b6 Compare February 19, 2026 13:23
@docktermj docktermj self-assigned this Feb 19, 2026
@github-actions
Copy link

🤖 Claude Code Review

I'll proceed with the review using the checklist from the original prompt, as the external URLs require additional permissions. The diff is minimal — a single dependency version bump in development-requirements.txt.


PR Code Review

Change: pylint-per-file-ignores bumped from 1.4.03.2.0 in development-requirements.txt


Code Quality

  • Style guide — A single-line dependency version update; no style concerns.
  • No commented-out code — None present.
  • Meaningful variable names — N/A for a requirements file.
  • DRY principle — N/A.
  • Defects / logic errors — No logic changes; this is a pure dependency bump. The jump from 1.4.0 to 3.2.0 is a major version bump (skipping a major version). No issues found, but the changelog for pylint-per-file-ignores should be reviewed to confirm no breaking changes affect existing pylint configurations.
  • Project memory (.claude/CLAUDE.md) — Not present in the diff; no concerns.

Testing

  • Unit/integration tests — No new functions or endpoints introduced; no tests required.
  • Edge cases — N/A.
  • Test coverage — N/A for a dependency-only change.

Documentation

  • README — No update needed.
  • API docs — N/A.
  • Inline comments — N/A.
  • ⚠️ CHANGELOG.md — Not included in the diff. Dependency bumps are typically noted in a changelog. Verify whether the project convention requires changelog entries for dev-dependency updates.
  • Markdown formatting — No markdown files changed.

Security

  • No hardcoded credentials — None.
  • Input validation — N/A.
  • Error handling — N/A.
  • No sensitive data in logs — N/A.
  • No license files (.lic / AQAAAD) — None present.

Summary

This is a straightforward Dependabot-style dev-dependency version bump. The only advisory is:

  1. Major version skip (1.4.03.2.0): Confirm the pylint-per-file-ignores changelog for breaking changes that could silently alter linting behavior.
  2. CHANGELOG.md: Confirm whether your project convention requires an entry for dev-dependency bumps.

No blocking issues found.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 5d3e660 into main Feb 19, 2026
16 checks passed
@docktermj docktermj deleted the dependabot/pip/pylint-per-file-ignores-3.2.0 branch February 19, 2026 13:24
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