We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004e7a9 commit dfc391fCopy full SHA for dfc391f
1 file changed
pyproject.toml
@@ -132,6 +132,8 @@ lint.select = [
132
lint.ignore = [
133
# Ruff warns that this conflicts with the formatter.
134
"COM812",
135
+ # This project does not use per-file copyright notices.
136
+ "CPY001",
137
# Allow our chosen docstring line-style - pydocstringformatter handles formatting
138
# but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
139
"D205",
0 commit comments