Skip to content

Commit d6d66a4

Browse files
committed
Remove unnecessary ruff ignore
1 parent 05d54c8 commit d6d66a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ lint.select = [
114114
"ALL",
115115
]
116116
lint.ignore = [
117-
# We are happy to manage our own "complexity".
118-
"C901",
119117
# Ruff warns that this conflicts with the formatter.
120118
"COM812",
121119
# Allow our chosen docstring line-style - no one-line summary.

0 commit comments

Comments
 (0)