Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed May 7, 2023
1 parent 5f13e48 commit f5b7297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ max-line-length = 127

[tool.pylint.messages_control]
disable = "R0801"
good-names = "id,ip,ws"
good-names = "id,ip,tz,ws"

[tool.setuptools]
packages = { find = {exclude=["docs*", "tests*"]} }
Expand Down

0 comments on commit f5b7297

Please sign in to comment.