Skip to content

Commit

Permalink
Fix missing section header in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hur authored Nov 11, 2024
1 parent 4d878b5 commit db22c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ disable = [
# (from Falcon) by definition. Therefore, we have switched this rule off globally.
"too-many-public-methods",
]
max-positional-arguments=10

[tool.pylint.DESIGN]
max-positional-arguments = 10

[tool.poetry.scripts]
# Hosts
Expand Down

0 comments on commit db22c78

Please sign in to comment.