Skip to content

Commit e28fe59

Browse files
authored
Merge branch 'main' into feature/pdfdataset
2 parents d79d5ea + ccc8077 commit e28fe59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kedro-airflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ select = [
9898
]
9999
ignore = ["E501"] # Black takes care of line-too-long
100100

101-
[tool.ruff.per-file-ignores]
101+
[tool.ruff.lint.per-file-ignores]
102102
"{tests,features}/*" = ["T201", "PLR2004", "PLR0915", "PLW1510"]

kedro-datasets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ select = [
382382
]
383383
ignore = ["E501", "F401"] # Black takes care of line-too-long
384384

385-
[tool.ruff.per-file-ignores]
385+
[tool.ruff.lint.per-file-ignores]
386386
"{tests,docs,kedro_datasets_experimental/tests}/*" = ["PLR2004", "PLR0913", "T201"]
387387
"*/{__init__.py}" = ["F821"] # temporarily ignore ruff undefined name errors for dataset aliases
388388

kedro-docker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ select = [
9898
]
9999
ignore = ["E501"] # Black takes care of line-too-long
100100

101-
[tool.ruff.per-file-ignores]
101+
[tool.ruff.lint.per-file-ignores]
102102
"{tests,features}/*" = ["T201", "PLW1510"]

0 commit comments

Comments
 (0)