/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:54:47 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116125447-1h5qx3opldzanqa9
Fix E211

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
   E123
 
7
   E221
 
8
   E225
 
9
   E226
 
10
   E231
 
11
   E241
 
12
   E251
 
13
   E261
 
14
   E265
 
15
   E266
 
16
   E271
 
17
   E275
 
18
   E301
 
19
   E302
 
20
   E303
 
21
   E305
 
22
   E306
 
23
   E401
 
24
   E402
 
25
   E501
 
26
   E502
 
27
   E702
 
28
   E704
 
29
   E711
 
30
   E712
 
31
   E713
 
32
   E714
 
33
   E722
 
34
   E731
 
35
   E741
 
36
   E999
 
37
   F401
 
38
   F402
 
39
   F403
 
40
   F405
 
41
   F811
 
42
   F821
 
43
   F841
 
44
   W191
 
45
   W291
 
46
   W293
 
47
   W391
 
48
   W503
 
49
   W504
 
50
   W601
 
51
   W605
 
52
 
 
53
[flake8:local-plugins]
 
54
extension =
 
55
        MC1 = flake8_lazy_import:LazyImport
 
56
paths = ./tools/