Skip to content

Commit

Permalink
Add minimal pylint config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Sep 7, 2023
1 parent e5d147a commit 24fc545
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ packages = ['khard', 'khard.helpers']

[tool.setuptools_scm]
write_to = "khard/version.py"

[tool.pylint.main]
py-version = "3.7"
ignore-paths = ["khard/version.py"]

[tool.pylint."messages control"]
disable = ["consider-using-f-string"]

0 comments on commit 24fc545

Please sign in to comment.