diff --git a/newsfragments/4346.changed.md b/newsfragments/4346.changed.md new file mode 100644 index 00000000000..1ac7952eae7 --- /dev/null +++ b/newsfragments/4346.changed.md @@ -0,0 +1 @@ +chore: update `ruff` configuration to resolve deprecation warning diff --git a/pyproject.toml b/pyproject.toml index 27178a2e402..0b58bb9a71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -[tool.ruff.extend-per-file-ignores] +[tool.ruff.lint.extend-per-file-ignores] "__init__.py" = ["F403"] [tool.towncrier]