Skip to content

Commit bf8f04f

Browse files
Diapolo10github-actions[bot]
authored andcommitted
fix: Remove copyright notice requirement
1 parent 81b5693 commit bf8f04f

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
@@ -101,6 +101,7 @@ testpaths = ["tests"]
101101
lint.select = ["ALL"]
102102
lint.ignore = [
103103
"COM812", # Missing trailing comma (disabled due to formatter conflict)
104+
"CPY001", # Missing copyright notice at the top of the file
104105
"D203", # One blank line before class docstring
105106
"D212", # Multi-line summary first line
106107
"ISC001", # Single-line implicit string concatenation (disabled due to formatter conflict)

0 commit comments

Comments
 (0)