Fix pylint false positives for ThreadPoolExecutor (#4244)
* Bump pylint to 4.0.5 to fix Python 3.14 concurrent.futures false positives * Fix too-many-positional-arguments pylint failures - Add max-positional-arguments=10, Add pylint: disable=too-many-positional-arguments to functions that legitimately exceed the limit * Bump max-positional-arguments to 12 and remove unnecessary disable comments * Address review comments: fix CHANGELOG, remove stale pylintrc comment, add openai-agents disable * Fix formatting: restore blank line in CHANGELOG and remove extra blank line in .pylintrc * Update processor.py * Update test_botocore_bedrock.py --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
S
Sri Kaaviya committed
dcf86d00fc4c9368debe8e350efce4455fccbe8f
Parent: afbe6fd
Committed by GitHub <noreply@github.com>
on 4/14/2026, 2:56:58 PM