summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/issue_4580/invalid_data_for_import.toml
blob: 60af90624ac37fce9325fbcc48b67d20967064ef (plain)
1
2
3
4
5
6
7
8
# Both disable and load-plugins do not belong in the imports section
# TODO This should be fixed in #5259
[tool.pylint."imports"]
disable = [
    "logging-not-lazy",
    "logging-format-interpolation",
]
preferred-modules = { "a"="b" }