Skip to content

Commit 2ed4884

Browse files
committed
TEMP: Disable check for TODO/FIXME
1 parent 4d9b966 commit 2ed4884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ disable = [
160160
"unused-import",
161161
"unused-variable",
162162
"wrong-import-position",
163+
# Only temporary
164+
"fixme",
163165
]
164166

165167
[tool.pylint.design]

0 commit comments

Comments
 (0)