summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/rich_types.toml
blob: 91178390ecbea86331f4f2f461422ff402365869 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Check that we can read a TOML file where lists, integers and
# booleans are expressed as such (and not as strings), using TOML
# type system.

[tool.pylint."messages control"]
disable = [
    "logging-not-lazy",
    "logging-format-interpolation",
]
jobs = 10
reports = true