Skip to content

Commit

Permalink
change .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Jul 31, 2021
1 parent c3910c6 commit d09b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -37,7 +37,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme

# Template used to display messages. This is a python new-style format string
# used to format the message information. See doc for all details
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
msg-template=msg-template={path}:{module}:{line}: [{msg_id}({symbol}), {obj}] {msg}


[BASIC]
Expand Down

0 comments on commit d09b300

Please sign in to comment.