forked from StatisKit/StatisKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.landscape.yml
31 lines (30 loc) · 1.45 KB
/
.landscape.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##################################################################################
# #
# PkgTk: Tool kit for Python packages #
# #
# Homepage: pkgtk.readthedocs.io #
# #
# Copyright (c) 2016 Pierre Fernique #
# #
# This software is distributed under the CeCILL-C license. You should have #
# received a copy of the legalcode along with this work. If not, see #
# <http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html>. #
# #
# File authors: Pierre Fernique <pfernique@gmail.com> (3) #
# #
##################################################################################
test-warnings: true
pylint:
disable:
- too-many-branches
- function-redefined
- too-many-statements
- too-many-locals
- too-many-arguments
- bare-except
mccabe:
disable:
- MC0001
pyflakes:
disable:
- F812