Skip to content

fix: add ruff to deps - #919

Merged
alexanderankin merged 1 commit into
testcontainers:mainfrom
andres-ito-traversal:andres/add-ruff-to-deps
Nov 14, 2025
Merged

fix: add ruff to deps#919
alexanderankin merged 1 commit into
testcontainers:mainfrom
andres-ito-traversal:andres/add-ruff-to-deps

Conversation

@andres-ito-traversal

@andres-ito-traversalandres-ito-traversal commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

poetry add --group dev ruff==0.11.5

This is necessary because ruff is run as part of the pre-commit in this repo

@codecov

codecovBot commented Nov 14, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.78%. Comparing base (5c00041) to head (92db3f8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #919 +/- ##
=======================================
Coverage 79.78% 79.78% =======================================
Files 14 14 Lines 1182 1182 Branches 184 184 =======================================
Hits 943 943 Misses 197 197 Partials 42 42 

☔ View full report in Codecov by Sentry.
📢 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.

@alexanderankin
alexanderankin merged commit 5853d32 into testcontainers:mainNov 14, 2025
8 of 9 checks passed
alexanderankin pushed a commit that referenced this pull request Jan 7, 2026
🤖 I have created a release *beep* *boop*
---
##
[4.14.0](testcontainers-v4.13.3...testcontainers-v4.14.0)
(2026-01-07)
### Features
* Add ExecWaitStrategy and migrate Postgres from deprecated decorator
([#935](#935))
([2d9eee3](2d9eee3))
### Bug Fixes
* add ruff to deps
([#919](#919))
([5853d32](5853d32))
* **cassandra,mysqk,kafka:** Use wait strategy instead of deprecated
wait_for_logs
([#945](#945))
([b7791b9](b7791b9))
* **core:** recreate poetry lockfile with latest versions of libraries
([#946](#946))
([9a97385](9a97385))
* **elasticsearch:** Use wait strategy instead of deprecated decorator
([#915](#915))
([c785ecd](c785ecd))
* **minio:** minio client requires kwargs now
([#933](#933))
([37f5902](37f5902))
* **minio:** Use wait strategy instead of deprecated decorator
([#899](#899))
([febccb7](febccb7))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for freeto 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

@andres-ito-traversal@alexanderankin