summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml
blob: 1c2ee30312b54a7e586fc1bcdd798079f1bbd471 (plain)
1
2
3
4
5
6
# Check that we raise an error when a comma is missing
# See https://github.com/pylint-dev/pylint/issues/3122
[tool.pylint."messages control"]
disable = "logging-not-lazylogging-format-interpolation,missing-docstring"
enable = "locally-disabledsuppressed-message,missing-module-docstring"
jobs = "10"