Skip to content

Commit d7df57c

Browse files
committed
chore: ignore Ruff copyright rule
1 parent d0f5735 commit d7df57c

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
@@ -112,6 +112,8 @@ lint.select = [
112112
lint.ignore = [
113113
# Ruff warns that this conflicts with the formatter.
114114
"COM812",
115+
# Copyright notices are not required in individual source files.
116+
"CPY001",
115117
# Allow our chosen docstring line-style - pydocstringformatter handles formatting
116118
# but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
117119
"D205",

0 commit comments

Comments
 (0)