Skip to content

Commit

Permalink
Add more protected members exclusion (W0201) to pass pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
LegenJCdary committed Feb 22, 2023
1 parent a92a846 commit 1a659d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,11 @@ exclude-protected=_asdict,
_fields,
_replace,
_source,
_make
_make,
_result,
_task,
_file_name,
_host

# List of valid names for the first argument in a class method.
valid-classmethod-first-arg=cls
Expand Down

0 comments on commit 1a659d9

Please sign in to comment.