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