The develop branch no longer targets python 2.6

This commit is contained in:
Pedro Algarvio 2017-02-19 21:07:02 +00:00
parent ae46b0da3a
commit 8a0f9fa2fe
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 3 additions and 0 deletions

View file

@ -70,6 +70,7 @@ disable=W0142,
I0011,
I0012,
W1202,
E1320,
E8402,
E8731
# E8121,

View file

@ -71,6 +71,7 @@ disable=R,
E1101,
E1103,
E1136,
E1320,
E8114,
C0102,
C0103,
@ -131,6 +132,7 @@ disable=R,
# E1101 (no-member) [pylint isn't smart enough]
# E1103 (maybe-no-member)
# E1136 (unsubscriptable-object)
# E1320 (un-indexed-curly-braces-error)
# E8114 (indentation-is-not-a-multiple-of-four-comment)
# C0102 (blacklisted-name) [because it activates C0103 too]
# C0103 (invalid-name)