Skip to content

Commit

Permalink
Update pylintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Panwar, Ashish <[email protected]>
  • Loading branch information
apanwariisc committed Nov 7, 2023
1 parent 3bff46b commit 533227f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ disable=abstract-method,
unidiomatic-typecheck,
invalid-name,
singleton-comparison,
access-member-before-definition
access-member-before-definition,
use-dict-literal,
consider-using-generator,
unnecessary-dunder-cal



Expand Down

0 comments on commit 533227f

Please sign in to comment.