summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/issue_3181/top_level_list_of_disable.toml
blob: 7ef4de4bfb347ed48dea669576a0cebfe3522256 (plain)
1
2
3
4
# This crashed previously see https://github.com/pylint-dev/pylint/issues/3181
[tool.pylint]
max-line-length = 120
disable = ["C0121"]