/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 12:37:19 UTC
  • mto: (7143.16.20 even-more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7175.
  • Revision ID: jelmer@jelmer.uk-20181116123719-xf6cc7myyck63mjs
Fix syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
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
 
39
   E402
 
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
 
57
   F821
 
58
   F841
 
59
   W191
 
60
   W291
 
61
   W293
 
62
   W391
 
63
   W503
 
64
   W504
 
65
   W601
 
66
   W605
 
67
 
 
68
[flake8:local-plugins]
 
69
extension =
 
70
        MC1 = flake8_lazy_import:LazyImport
 
71
paths = ./tools/