Skip to content

Commit 0dd1f1d

Browse files
committed
disable lint on query.py
Signed-off-by: Anxhela Coba <[email protected]>
1 parent 99080a8 commit 0dd1f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ addopts = [
176176

177177
[tool.pylint.main]
178178
source-roots = "src"
179+
ignore = ["query.py"]
179180

180181
[build-system]
181182
requires = ["pdm-backend"]

0 commit comments

Comments
 (0)