Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Sejal Verma <[email protected]>
  • Loading branch information
sejal-verma authored Nov 29, 2023
1 parent 37f9433 commit 5710bb5
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 @@ -29,7 +29,7 @@ good-names-rgxs = ^[_a-z][_a-z0-9]?$ # allow for 1-character variable names

[pylint.MESSAGE CONTROL]
disable = all
enable = line-too-long, invalid-name, pointless-statement,
enable = line-too-long, invalid-name, pointless-statement,
missing-function-docstring, missing-class-docstring, protected-access, duplicate-code, no-member,
missing-module-docstring, unused-argument, consider-using-f-string, super-with-arguments, too-few-public-methods,
redefined-builtin, line-too-long, too-many-arguments, redefined-outer-name, import-outside-toplevel,
Expand Down

0 comments on commit 5710bb5

Please sign in to comment.