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 d0f5735 commit d7df57cCopy full SHA for d7df57c
1 file changed
pyproject.toml
@@ -112,6 +112,8 @@ lint.select = [
112
lint.ignore = [
113
# Ruff warns that this conflicts with the formatter.
114
"COM812",
115
+ # Copyright notices are not required in individual source files.
116
+ "CPY001",
117
# Allow our chosen docstring line-style - pydocstringformatter handles formatting
118
# but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
119
"D205",
0 commit comments