/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: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-18 20:59:41 UTC
  • mfrom: (7195.3.1 lint_W601)
  • Revision ID: breezy.the.bot@gmail.com-20181118205941-ynykd2r0ax1tjco5
Remove use of dict.has_key() in fastimport plugin

Merged from https://code.launchpad.net/~gz/brz/lint_W601/+merge/358967

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
   W191
 
35
   W291
 
36
   W293
 
37
   W391
 
38
   W503
 
39
   W504
 
40
   W605
 
41
filename = *.py,brz
 
42
 
 
43
[flake8:local-plugins]
 
44
extension =
 
45
        MC1 = flake8_lazy_import:LazyImport
 
46
paths = ./tools/