summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/unknown_msgid/enable_unknown_msgid.toml
blob: 6918835274a20be629694e641ac3f17e8ab64dac (plain)
1
2
3
4
5
6
# Check the behavior for unkonwn symbol/msgid
# (Originally) reported in https://github.com/PyCQA/pylint/pull/6293

[tool.pylint."messages control"]
disable = "logging-not-layzy,logging-format-interpolation"
enable = "locally-disabled,C00000"