Skip to content

Commit 49624cb

Browse files
committed
Adding a few exceptions and turning pep257 off
1 parent 9965309 commit 49624cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prospector.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ pylint:
2525
max-line-length: 100
2626
disable:
2727
- logging-format-interpolation
28+
- logging-not-lazy
2829
- too-many-arguments
30+
- missing-docstring
2931

3032
mccabe:
3133
run: false
3234

3335
pep257:
34-
run: true
36+
run: false

0 commit comments

Comments
 (0)