Skip to content

Commit

Permalink
Fixed: typo corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Mar 11, 2024
1 parent 34782e7 commit 84e00a0
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 @@ -54,7 +54,7 @@ omit = [ "src/diskinfo/demo.py" ]
# pylint options
[tool.pylint.'MASTER']
init-hook='import sys; sys.path.append("."); sys.path.append("./src"); sys.path.append("./test")'
max-line-length=240
max-line-length=120

[tool.pylint.'MESSAGES CONTROL']
disable= [
Expand Down

0 comments on commit 84e00a0

Please sign in to comment.