This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch fix-typo-pyproject-toml
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 852333cee026226cf288e63f4f7c3bebc8847d89
Author: Shahar Epstein <[email protected]>
AuthorDate: Wed Oct 16 15:32:05 2024 +0300

    Fix typo in pyproject.toml
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a5dadf0e966..71f93248bdd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -342,7 +342,7 @@ section-order = [
 
 # Make sure we put the "dev" imports at the end, not as a third-party module
 [tool.ruff.lint.isort.sections]
-testing = ["dev", "providers.tests", "task_sdk.tests", "test_common", "tests"]
+testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"]
 
 [tool.ruff.lint.extend-per-file-ignores]
 "airflow/__init__.py" = ["F401", "TCH004"]

Reply via email to