/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
7143.1.2 by Jelmer Vernooij
Add flake8 configuration to monkey patch for lazy imports.
1
[flake8]
2
# Ignore E402 ("module level import not at top of file"),
3
# because even with the lazy import plugin it still triggers
4
# for lazy_import statements before other imports.
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
5
ignore =
6
   E101
7
   E111
8
   E114
9
   E115
10
   E116
11
   E121
12
   E122
13
   E123
14
   E124
15
   E125
16
   E126
17
   E127
18
   E128
19
   E129
20
   E131
21
   E201
22
   E202
23
   E203
24
   E211
25
   E221
26
   E222
27
   E225
28
   E226
29
   E227
30
   E228
31
   E231
32
   E241
33
   E251
34
   E261
35
   E262
36
   E265
37
   E266
38
   E271
39
   E272
40
   E275
41
   E301
42
   E302
43
   E303
44
   E305
45
   E306
46
   E401
7143.11.3 by Jelmer Vernooij
Sort.
47
   E402
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
48
   E501
49
   E502
50
   E701
51
   E702
52
   E703
53
   E704
54
   E711
55
   E712
56
   E713
57
   E714
58
   E722
59
   E731
60
   E741
61
   E999
62
   F401
63
   F402
64
   F403
65
   F405
66
   F811
67
   F821
68
   F822
69
   F841
70
   W191
71
   W291
72
   W293
73
   W391
74
   W503
75
   W504
76
   W601
77
   W605
7143.1.2 by Jelmer Vernooij
Add flake8 configuration to monkey patch for lazy imports.
78
79
[flake8:local-plugins]
80
extension =
81
	MC1 = flake8_lazy_import:LazyImport
82
paths = ./tools/