Skip to content

Commit 278cdac

Browse files
committed
ci/cd: Fixed pylint
1 parent 2f2f24a commit 278cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Homepage = "https://github.com/toxakaz/EM-algo"
4444
profile = "black"
4545

4646
[tool.pylint]
47-
disable = "too-few-public-methods, too-many-locals, line-too-long, too-many-positional-arguments"
47+
disable = "too-few-public-methods, too-many-locals, line-too-long, too-many-positional-arguments, fixme"

0 commit comments

Comments
 (0)