Skip to content

Commit

Permalink
Closes cleverhans-lab#633 (R0401)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodfeli committed Oct 12, 2018
1 parent 518f4eb commit 5a0abc7
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 @@ -91,5 +91,4 @@ msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'
# W0143: didn't look closely at what it is
# R0801: duplicate code across files
# (We have a lot of intentional duplication, like the tutorials)
# R0401: cyclic import
disable=C0103,C0111,W0613,E1101,E0611,R0913,R0914,W0223,E0203,W0201,C1801,E1129,C0325,R1705,W0622,W0703,W0101,W0122,R0912,R0903,W0221,W0212,R1703,R0201,W0603,R0915,R0902,C0200,W1201,W1202,C0302,W0511,R0911,E0401,R0205,R1714,R1718,W0143,R0801,R0401,E1130
disable=C0103,C0111,W0613,E1101,E0611,R0913,R0914,W0223,E0203,W0201,C1801,E1129,C0325,R1705,W0622,W0703,W0101,W0122,R0912,R0903,W0221,W0212,R1703,R0201,W0603,R0915,R0902,C0200,W1201,W1202,C0302,W0511,R0911,E0401,R0205,R1714,R1718,W0143,R0801,E1130

0 comments on commit 5a0abc7

Please sign in to comment.