Skip to content

Commit de83057

Browse files
pylint: allow dbapi constants
Lowercase constants are the part of dbapi, we cannot rename them. Part of #270
1 parent ff06e42 commit de83057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool/dbapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from tarantool.connection import Connection as BaseConnection
88
from tarantool.error import *
99

10-
10+
# pylint: disable=invalid-name
1111
paramstyle = 'named'
1212
apilevel = "2.0"
1313
threadsafety = 1

0 commit comments

Comments
 (0)