Skip to content

Commit 973f7d6

Browse files
committed
Disable one Pylint issue that is not needed to be 'fixed'
1 parent ba78a61 commit 973f7d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ source-roots = "src"
5656
[build-system]
5757
requires = ["pdm-backend"]
5858
build-backend = "pdm.backend"
59+
60+
[tool.pylint."MESSAGES CONTROL"]
61+
disable = ["R0801"]

0 commit comments

Comments
 (0)