Skip to content

Commit

Permalink
Fix pylint disable to use the code to disable too-many-positional-arg…
Browse files Browse the repository at this point in the history
…uments in pyproject.toml.
  • Loading branch information
mihaeladuta committed Nov 27, 2024
1 parent 140d28a commit 5e0f476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["pdm-backend"]
build-backend = "pdm.backend"


# project
# project
# #######
[project]
name = "l2gv2"
Expand Down Expand Up @@ -37,7 +37,7 @@ disable = [
"duplicate-code",
"too-many-locals",
"too-many-arguments",
"too-many-positional-arguments"
"E1121"
]

# pyright
Expand Down

0 comments on commit 5e0f476

Please sign in to comment.