Skip to content

Commit

Permalink
fix: enable pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 30, 2025
1 parent bfd3476 commit 70483ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ disable =
possibly-used-before-assignment,
use-dict-literal,
useless-return,
superfluous-parens,

[REPORTS]
output-format = text
Expand Down Expand Up @@ -415,4 +414,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 7c7b807f2c1ece83bc6010027bb4033ba0765ffa
# a9b018bcf28a36b5eb558702e9a88a08d381362d
1 change: 0 additions & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ disable+ =
possibly-used-before-assignment,
use-dict-literal,
useless-return,
superfluous-parens,

[BASIC]
attr-rgx = [a-z_][a-z0-9_]{2,40}$
Expand Down

0 comments on commit 70483ab

Please sign in to comment.