Skip to content

Commit dfc391f

Browse files
committed
Configure Ruff 0.16 defaults
1 parent 004e7a9 commit dfc391f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ lint.select = [
132132
lint.ignore = [
133133
# Ruff warns that this conflicts with the formatter.
134134
"COM812",
135+
# This project does not use per-file copyright notices.
136+
"CPY001",
135137
# Allow our chosen docstring line-style - pydocstringformatter handles formatting
136138
# but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
137139
"D205",

0 commit comments

Comments
 (0)