mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Increase the confidence level for pylint to report something
This commit is contained in:
parent
69b8be71dc
commit
bda3124ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ optimize-ast=no
|
||||||
|
|
||||||
# Only show warnings with the listed confidence levels. Leave empty to show
|
# Only show warnings with the listed confidence levels. Leave empty to show
|
||||||
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|
||||||
confidence=
|
confidence=INFERENCE_FAILURE
|
||||||
|
|
||||||
# Enable the message, report, category or checker with the given id(s). You can
|
# Enable the message, report, category or checker with the given id(s). You can
|
||||||
# either give multiple identifier separated by comma (,) or put this option
|
# either give multiple identifier separated by comma (,) or put this option
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue