1 parent fd02652 commit c4dce17Copy full SHA for c4dce17
1 file changed
pyproject.toml
@@ -97,6 +97,7 @@ testpaths = ["tests"]
97
lint.select = ["ALL"]
98
lint.ignore = [
99
"COM812", # Missing trailing comma (disabled due to formatter conflict)
100
+ "CPY001", # Missing copyright notice at the top of the file
101
"D203", # One blank line before class docstring
102
"D212", # Multi-line summary first line
103
"ISC001", # Single-line implicit string concatenation (disabled due to formatter conflict)
0 commit comments