Skip to content

Commit

Permalink
Check for wrong hanging indentation errors (#1164)
Browse files Browse the repository at this point in the history
With this commit we re-enable the pylint warning C0330 which checks for wrong hanging indentation errors.
  • Loading branch information
ebadyano authored Feb 2, 2021
1 parent b92decc commit 0dfb58e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ disable=print-statement,
too-many-statements,
inconsistent-return-statements,
C0302,
C0330,
C4001,
R0916,
W0201,
Expand Down

0 comments on commit 0dfb58e

Please sign in to comment.