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