Skip to content

Commit

Permalink
build: suppress pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bugale committed Oct 16, 2024
1 parent 54b837d commit d8d4d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ filterwarnings = error
[pylint.config]
max-line-length = 160
output-format = json
disable = missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,c-extension-no-member,no-member,too-few-public-methods,too-many-arguments,too-many-instance-attributes
disable = missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,c-extension-no-member,no-member,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-positional-arguments

0 comments on commit d8d4d62

Please sign in to comment.