• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SAP / pylint-per-file-ignores / 27709517472
98%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 06:05PM UTC
Jobs 1
Files 10
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2026 06:04PM UTC coverage: 98.404%. Remained the same
27709517472

push

github

web-flow
Update dependency pylint to v4.0.6 (#228)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [pylint](https://redirect.github.com/pylint-dev/pylint)
([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/4/)) |
`==4.0.5` → `==4.0.6` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/4.0.6?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/4.0.5/4.0.6?slim=true)
|

---

### Release Notes

<details>
<summary>pylint-dev/pylint (pylint)</summary>

###
[`v4.0.6`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v4.0.6)

[Compare
Source](https://redirect.github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6)

## What's new in Pylint 4.0.6?

Release date: 2026-06-14

## False Positives Fixed

- `implicit-str-concat` is no longer emitted for an implicit
concatenation of
a raw string with a non-raw one (e.g. `r"\d" "\n"`). Such literals
cannot be
merged into a single string, so the concatenation is intentional rather
than a
  forgotten comma.

Closes
[#&#8203;6663](https://redirect.github.com/pylint-dev/pylint/issues/6663)

- Fix a false positive for `invalid-name` (C0103) where the default
  `typevar-rgx` rejected `TypeVar` names containing digits, such as
  `Ec2T`.

Closes
[#&#8203;8499](https://redirect.github.com/pylint-dev/pylint/issues/8499)

- Fix a false positive for `too-many-arguments` in (non-static) methods
and classmethods.

Closes
[#&#8203;8675](https://redirect.github.com/pylint-dev/pylint/issues/8675)

- Fix a false positive for `no-member` when a value is inferred to
several
possible types and at least one of them defines a dynamic `__getattr__`.

Closes
[#&#8203;9833](https://redirect.github.com/pylint-dev/pylint/issues/9833)

- Fix a false positive for `function-redefined` (E0102) when reusing
names that
  match `dummy-variab... (continued)

17 of 17 branches covered (100.0%)

Branch coverage included in aggregate %.

168 of 171 relevant lines covered (98.25%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27709517472.1 17 Jun 2026 06:05PM UTC 10
98.4
GitHub Action Run
Source Files on build 27709517472
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27709517472
  • 9f1534f4 on github
  • Prev Build on main (#27643489503)
  • Next Build on main (#27923110871)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc