Skip to content

Commit

Permalink
Ignore Child in .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Jan 27, 2024
1 parent 2d1d2bb commit 82e284e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ disable=import-error,
no-name-in-module


[TYPECHECK]

ignored-classes=Child


[VARIABLES]

additional-builtins=_
additional-builtins=_

0 comments on commit 82e284e

Please sign in to comment.