Skip to content

Commit

Permalink
style: Clean up pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Apr 7, 2024
1 parent 26d9dc4 commit dbfbb22
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,17 @@ keymap = 'keymap_drawer.__main__:main'
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pylint.MASTER]
[tool.pylint.master]
extension-pkg-whitelist = "pydantic"
load-plugins = "pylint_pydantic"

[tool.pylint.'MESSAGES CONTROL']
disable = """
too-few-public-methods,
"""

[tool.pylint.BASIC]
[tool.pylint.basic]
good-names = "x,y,w,h,r,f,k,v,p,m,c"
max-line-length = 120

[tool.pylint."messages control"]
disable = ["too-few-public-methods", "line-too-long"]

[tool.mypy]
plugins = "pydantic.mypy"

Expand Down

0 comments on commit dbfbb22

Please sign in to comment.