/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-21 03:39:28 UTC
  • mto: This revision was merged to the branch mainline in revision 7206.
  • Revision ID: jelmer@jelmer.uk-20181121033928-ck4sb5zfdwosw35b
Fix test.

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