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