1 parent 1c8d822 commit 64930b7Copy full SHA for 64930b7
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