Skip to content

Commit

Permalink
Ignore too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Sep 24, 2024
1 parent c863632 commit 96de98d
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 @@ -216,10 +216,11 @@ disable = [
'missing-class-docstring',
'missing-function-docstring',
'too-many-branches',
'too-many-locals',
'too-many-nested-blocks',
'too-many-positional-arguments',
'too-many-return-statements',
'too-many-statements',
'too-many-locals',
]

[tool.bandit]
Expand Down

0 comments on commit 96de98d

Please sign in to comment.