Skip to content

Commit

Permalink
Fix pylint global settings in pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneGasperini committed Oct 2, 2024
1 parent 6623377 commit 89c0b6c
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 @@ -43,5 +43,5 @@ disable = [
"too-many-positional-arguments",
"too-many-locals",
"invalid-name",
"duplicate-code",
"no-value-for-parameter",
]

0 comments on commit 89c0b6c

Please sign in to comment.