diff --git a/changes/212.fixed b/changes/212.fixed new file mode 100644 index 0000000..fa47a22 --- /dev/null +++ b/changes/212.fixed @@ -0,0 +1 @@ +Fixed ruff excludes to use per-file excludes instead of global excludes. diff --git a/pyproject.toml b/pyproject.toml index c31b348..7a56f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ ignore = [ "D212", # Multi-line docstring summary should start at the first line "D213", # Multi-line docstring summary should start at the second line - # Produces a lot of issues in the current codebase. + # Produces issues in the current codebase. "D401", # First line of docstring should be in imperative mood "D407", # Missing dashed underline after section "D416", # Section name ends in colon