/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 19:47:19 UTC
  • mfrom: (7178 work)
  • mto: This revision was merged to the branch mainline in revision 7179.
  • Revision ID: jelmer@jelmer.uk-20181116194719-m5ut2wfuze5x9s1p
Merge trunk.

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