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 c0924b5 commit afb3d71Copy full SHA for afb3d71
.prospector.yaml
@@ -0,0 +1,43 @@
1
+inherits:
2
+ - strictness_high
3
+
4
+ignore-patterns:
5
+ - ^\..+
6
+ - ^(build|data|dist|.*egg-info)/
7
8
+test-warnings: true
9
10
+output-format: grouped
11
12
+dodgy:
13
+ run: true
14
15
+frosted:
16
17
18
+mccabe:
19
20
21
+pep257:
22
23
24
+pep8:
25
26
27
+pyflakes:
28
+ # preferring 'frosted' instead
29
+ run: false
30
31
+pylint:
32
33
+ disable:
34
+ # Invalid module name "wcwidth-browser"
35
+ - C0103
36
37
+pyroma:
38
39
40
+vulture:
41
42
43
+# vim: noai:ts=4:sw=4
0 commit comments