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

SAP / sqlalchemy-hana / 31754825859
96%
main: 95%

Build:
Build:
LAST BUILD BRANCH: renovate/pre-commit-4.x
DEFAULT BRANCH: main
Ran 14 Aug 2026 06:48AM UTC
Jobs 1
Files 23
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

12 Aug 2026 09:25PM UTC coverage: 95.874%. Remained the same
31754825859

push

github

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

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)

1882 of 1963 relevant lines covered (95.87%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31754825859.1 14 Aug 2026 06:48AM UTC 23
95.87
GitHub Action Run
Source Files on build 31754825859
  • Tree
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31754825859
  • b235019e on github
  • Prev Build on renovate/pylint-4.x (#31633015021)
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