We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e74b38 commit 47f9295Copy full SHA for 47f9295
prospector.yml
@@ -46,6 +46,8 @@ pylint:
46
- consider-using-f-string
47
- logging-format-interpolation
48
- too-many-arguments
49
+ # Super spammy on every PR
50
+ - raise-missing-from
51
52
mccabe:
53
run: false
0 commit comments