Skip to content

Commit

Permalink
fix(template): update pylint config to use MAIN and INFERENCE con…
Browse files Browse the repository at this point in the history
…fidence level.

Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed May 18, 2023
1 parent 27f87a1 commit f5f5c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micropy/project/template/.pylintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[MASTER]
[MAIN]
# Loaded Stubs: {% for stub in stubs %} {{ stub }} {% endfor %}
init-hook='import sys;sys.path[1:1]=["src/lib",{% for path in paths %}"{{ path|replace("\\", "/") }}", {% endfor %} ]'

[MESSAGES CONTROL]
# Only show warnings with the listed confidence levels. Leave empty to show
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED.
confidence=
confidence=INFERENCE

# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifiers separated by comma (,) or put this
Expand Down

0 comments on commit f5f5c98

Please sign in to comment.