Skip to content

[pre-commit.ci] pre-commit autoupdate - #604

Merged
MatthieuDartiailh merged 2 commits into
mainfrom
pre-commit-ci-update-config
Jul 30, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#604
MatthieuDartiailh merged 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 68dba8b to b75f6a7 Compare July 20, 2026 17:28
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.20...v0.16.0)
- [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from b75f6a7 to f3aee50 Compare July 27, 2026 17:26
@MatthieuDartiailh

Copy link
Copy Markdown
Member

@copilot address ci failure

Copilot AI commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@copilot address ci failure

Fixed in commit Fix mypy type error: use socket object instead of fileno() in select.select call. The issue was that mypy 2.3.0 now strictly enforces consistent types in select.select() argument lists. Line 169 in hislip.py was passing a mixed list of int (from self.fileno()) and socket.socket, which triggered the [type-var] error. Changed self.fileno() to self so both items are socket.socket objects — select.select() accepts socket objects directly, so behavior is unchanged.

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.00%. Comparing base (ea505da) to head (ba17a18).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #604   +/-   ##
=======================================
  Coverage   41.00%   41.00%           
=======================================
  Files          28       28           
  Lines        5170     5170           
  Branches      516      516           
=======================================
  Hits         2120     2120           
  Misses       3024     3024           
  Partials       26       26           
Flag Coverage Δ
unittests 41.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MatthieuDartiailh
MatthieuDartiailh merged commit 7a5b5dc into main Jul 30, 2026
18 of 19 checks passed
@MatthieuDartiailh
MatthieuDartiailh deleted the pre-commit-ci-update-config branch July 30, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants