We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c9724 commit 613c5ffCopy full SHA for 613c5ff
prospector.yml
@@ -1,4 +1,4 @@
1
-strictness: low
+strictness: medium
2
3
test-warnings: false
4
doc-warnings: true
@@ -8,26 +8,27 @@ uses:
8
- celery
9
10
ignore-paths:
11
- - projects
12
- docs
13
14
ignore-patterns:
15
- /migrations/
16
17
pep8:
18
- full: true
19
- options:
20
- max-line-length: 100
21
- disable:
22
- - N806
+ full: true
+ options:
+ max-line-length: 100
23
24
pylint:
25
+ docstring-min-length: 10
+ dummy-variables-rgx: '_$|__$|dummy'
26
disable:
27
- - logging-format-interpolation
+ - logging-format-interpolation
28
+ - too-many-arguments
29
30
mccabe:
31
run: false
32
33
pep257:
- run: false
34
+ run: true
0 commit comments