/brz/remove-bazaar

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

[flake8:local-plugins]
extension =
	MC1 = flake8_lazy_import:LazyImport
paths = ./tools/