/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: 2019-06-15 13:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 7342.
  • Revision ID: jelmer@jelmer.uk-20190615133946-uywh9ix0lfpqw0hy
Install quilt.

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
   E261
 
10
   E265
 
11
   E266
 
12
   E301
 
13
   E302
 
14
   E303
 
15
   E305
 
16
   E306
 
17
   E401
 
18
   E402
 
19
   E501
 
20
   E502
 
21
   E702
 
22
   E704
 
23
   E722
 
24
   E731
 
25
   E741
 
26
   F401
 
27
   F402
 
28
   F403
 
29
   F405
 
30
   F811
 
31
   F812
 
32
   F821
 
33
   F841
 
34
   W503
 
35
   W504
 
36
   W605
 
37
filename = *.py,brz
 
38
 
 
39
[flake8:local-plugins]
 
40
extension =
 
41
        MC1 = flake8_lazy_import:LazyImport
 
42
paths = ./tools/