Skip to content

Commit

Permalink
ci: pylint ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Feb 23, 2022
1 parent b0987ac commit 98a6563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ disable = [
"too-many-locals", # we don't need these
"too-many-arguments", # we don't need these
"too-many-statements", # we don't need these
"invalid-name", # we don't need these
]

# linting: pydocstyle
Expand Down

0 comments on commit 98a6563

Please sign in to comment.