diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 14:54:43 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 16:05:49 -0500 |
commit | 4cdc771f8e04f88ac47dd194da03dadfa2fdba2d (patch) | |
tree | 3e394b3da742faaa0d5d97dd0a74d4efd03c6567 /git | |
parent | 3e5f3380ccacc654450924fca830b93fda6c7592 (diff) | |
download | openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.gz openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.bz2 openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.xz openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.zip |
python3 support, add tox for better local testing against multiple python versions
Diffstat (limited to 'git')
-rw-r--r-- | git/.pylintrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/git/.pylintrc b/git/.pylintrc index 9c98889b3..411330fe7 100644 --- a/git/.pylintrc +++ b/git/.pylintrc @@ -8,7 +8,7 @@ #init-hook= # Profiled execution. -profile=no +#profile=no # Add files or directories to the blacklist. They should be base names, not # paths. @@ -98,7 +98,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme # Add a comment according to your evaluation note. This is used by the global # evaluation report (RP0004). -comment=no +#comment=no # Template used to display messages. This is a python new-style format string # used to format the message information. See doc for all details @@ -249,7 +249,7 @@ ignored-classes=SQLObject # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. -zope=no +#zope=no # List of members which are set dynamically and missed by pylint inference # system, and so shouldn't trigger E0201 when accessed. Python regular |