Skip to content

Commit d63b7bb

Browse files
authored
Merge pull request #165 from tisnik/disable-one-pylint-issue
Disable one Pylint issue that is not needed to be 'fixed'
2 parents ba78a61 + 973f7d6 commit d63b7bb

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)