This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e78421de879 Fix typo in ``pyproject.toml`` (#43077)
e78421de879 is described below
commit e78421de8795ae96844b8ce985410775c8abeb71
Author: Shahar Epstein <[email protected]>
AuthorDate: Wed Oct 16 18:04:11 2024 +0300
Fix typo in ``pyproject.toml`` (#43077)
---
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"]