Skip to content

Commit 47f9295

Browse files
authored
Remove raise-missing-from from pylint warnings (#180)
This was super spammy, and doesn't add any specifi value.
1 parent 5e74b38 commit 47f9295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prospector.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pylint:
4646
- consider-using-f-string
4747
- logging-format-interpolation
4848
- too-many-arguments
49+
# Super spammy on every PR
50+
- raise-missing-from
4951

5052
mccabe:
5153
run: false

0 commit comments

Comments
 (0)