Skip to content

Commit

Permalink
Fix C0303
Browse files Browse the repository at this point in the history
Probably fixed in 6661f0a
  • Loading branch information
mayankpatibandla committed Mar 5, 2024
1 parent 8e47441 commit 1c4c1da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# C0411: Wrongly ordered import
# C0412: Ungrouped imports
# C0301: Line too long
# C0303: Trailing whitespace

# Might be difficult to refactor in some cases
# W0718: Broad exception caught
Expand Down Expand Up @@ -68,4 +67,4 @@ disable = C0114, C0115, C0116, R0903, C0415, R0913, W1203, R1729, E1120, E1123
R0912, R0911, W0511, R0902, C0412, C0103, C0301, R1732, R0915, W1514,
E1101, R1734, W1201,
E0401, W0212, R0904, W0101,
C0302, E0110, W0603, R0401, C0303, W4902
C0302, E0110, W0603, R0401, W4902

0 comments on commit 1c4c1da

Please sign in to comment.