Skip to content

Commit 9ba929b

Browse files
authored
Update .pylintrc post PR#453
pylint also had similar opinions.
1 parent 1019e09 commit 9ba929b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ disable=abstract-method,
147147
useless-else-on-loop,
148148
useless-object-inheritance,
149149
useless-suppression,
150+
use-dict-literal,
150151
using-cmp-argument,
151152
wrong-import-order,
152153
xrange-builtin,

0 commit comments

Comments
 (0)