Skip to content

Commit 43c6551

Browse files
authored
Merge pull request #67 from roeniss/feat/remove-pylint-rule-W0707
feat(pylint): Remove rule W0707 (raise-missing-from)
2 parents eebcaaa + a00ba00 commit 43c6551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ disable=
99
R1705, # no else
1010
R0903, # too few public methods
1111
W0718, # broad exception caught
12+
W0707, # raise-missing-from
1213

1314
[FORMAT]
1415
max-line-length=180

0 commit comments

Comments
 (0)