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

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

Build:
DEFAULT BRANCH: main
Ran 13 Aug 2026 05:41AM 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

13 Aug 2026 05:40AM UTC coverage: 98.404%. Remained the same
31671125032

push

github

web-flow
Update dependency pylint to v4.0.7 (#274)

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.6` → `==4.0.7` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/4.0.7?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/4.0.6/4.0.7?slim=true)
|

---

### Release Notes

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

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

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

## What's new in Pylint 4.0.7?

Release date: 2026-08-09

## False Positives Fixed

- Fix a false positive for `invalid-name` when a module-level variable
is assigned
an instance of a `TypedDict` subclass. Such a name is a value, not a
type
definition, so it is now checked against the constant or variable regex
instead
  of `class-rgx`.

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

## Other Bug Fixes

- Fix a crash in the `bad-open-mode` check when the `mode` argument of
  `open` is the `NotImplemented` constant (Python >= 3.14).

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

- Fix a crash in the `not-context-manager` and
`not-async-context-manager`
checks when the context manager infers to a value without a name, such
as the
  `slice` returned by `with slice(...)` / `async with slice(...)`.

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

- Fix a false positive for `nested-min-max` (`W3301`) when the inner
`min`/`max` call carries a keyword argument such as `key=`. Flattening
the call dropped the keyword and changed the resu... (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 31671125032.1 13 Aug 2026 05:41AM UTC 10
98.4
GitHub Action Run
Source Files on build 31671125032
  • 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 #31671125032
  • e5cb7b5b on github
  • Prev Build on main (#31565729324)
  • Next Build on main (#31751385211)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc