Skip to content

Commit 5f3184f

Browse files
author
Diptorup Deb
committed
Disable ridiculous pylint warnings about TODO, FIXME, XXX
1 parent 4b4747e commit 5f3184f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ style = "pep440"
4545
versionfile_source = "numba_dpex/_version.py"
4646
parentdir_prefix = ""
4747

48+
[tool.pylint]
49+
disable = [
50+
"fixme"
51+
]
52+
4853
[build-system]
4954
requires = [
5055
"setuptools>=42",

0 commit comments

Comments
 (0)