/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
   E123
7
   E241
8
   E251
9
   E261
10
   E265
11
   E266
12
   E271
13
   E275
14
   E301
15
   E302
16
   E303
17
   E305
18
   E306
19
   E401
7143.11.3 by Jelmer Vernooij
Sort.
20
   E402
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
21
   E501
22
   E502
23
   E702
24
   E704
25
   E711
26
   E712
27
   E713
28
   E714
29
   E722
30
   E731
31
   E741
32
   E999
33
   F401
34
   F402
35
   F403
36
   F405
37
   F811
7167.1.2 by Jelmer Vernooij
Add test_flake8.
38
   F812
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
39
   F821
40
   F841
41
   W191
42
   W291
43
   W293
44
   W391
45
   W503
46
   W504
47
   W601
48
   W605
7143.1.2 by Jelmer Vernooij
Add flake8 configuration to monkey patch for lazy imports.
49
50
[flake8:local-plugins]
51
extension =
52
	MC1 = flake8_lazy_import:LazyImport
53
paths = ./tools/