/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
   E722
28
   E731
29
   E741
30
   F401
31
   F402
32
   F403
33
   F405
34
   F811
7167.1.2 by Jelmer Vernooij
Add test_flake8.
35
   F812
7143.1.4 by Jelmer Vernooij
Ignore all existing flake8 errors.
36
   F821
37
   F841
38
   W191
39
   W291
40
   W293
41
   W391
42
   W503
43
   W504
44
   W601
45
   W605
7143.1.2 by Jelmer Vernooij
Add flake8 configuration to monkey patch for lazy imports.
46
47
[flake8:local-plugins]
48
extension =
49
	MC1 = flake8_lazy_import:LazyImport
50
paths = ./tools/