/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
   E116
10
   E121
11
   E123
12
   E124
13
   E125
14
   E126
15
   E127
16
   E128
17
   E129
18
   E131
19
   E201
20
   E202
21
   E211
22
   E221
23
   E225
24
   E226
25
   E231
26
   E241
27
   E251
28
   E261
29
   E265
30
   E266
31
   E271
32
   E275
33
   E301
34
   E302
35
   E303
36
   E305
37
   E306
38
   E401
7143.11.3 by Jelmer Vernooij
Sort.
39
   E402
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
40
   E501
41
   E502
42
   E702
43
   E704
44
   E711
45
   E712
46
   E713
47
   E714
48
   E722
49
   E731
50
   E741
51
   E999
52
   F401
53
   F402
54
   F403
55
   F405
56
   F811
7167.1.2 by Jelmer Vernooij
Add test_flake8.
57
   F812
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
58
   F821
59
   F841
60
   W191
61
   W291
62
   W293
63
   W391
64
   W503
65
   W504
66
   W601
67
   W605
7143.1.2 by Jelmer Vernooij
Add flake8 configuration to monkey patch for lazy imports.
68
69
[flake8:local-plugins]
70
extension =
71
	MC1 = flake8_lazy_import:LazyImport
72
paths = ./tools/