summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/toml_without_pylint.toml
blob: ede9086e4126022ec3a01f9e77a9f98856a88dab (plain)
1
2
3
4
5
6
# Check that we do nothing if there is no pylint configuration

[tool.othertool]
disable = "logging-not-lazy,logging-format-interpolation"
jobs = "10"
reports = "yes"