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