Skip to content

Commit c4dce17

Browse files
committed
fix: Remove copyright notice requirement
1 parent fd02652 commit c4dce17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ testpaths = ["tests"]
9797
lint.select = ["ALL"]
9898
lint.ignore = [
9999
"COM812", # Missing trailing comma (disabled due to formatter conflict)
100+
"CPY001", # Missing copyright notice at the top of the file
100101
"D203", # One blank line before class docstring
101102
"D212", # Multi-line summary first line
102103
"ISC001", # Single-line implicit string concatenation (disabled due to formatter conflict)

0 commit comments

Comments
 (0)