
* Add compatible configuration files. (psf#1789) * Simplify isort configuration files. (#1789)
6 lines
101 B
TOML
6 lines
101 B
TOML
[tool.pylint.messages_control]
|
|
disable = "C0330, C0326"
|
|
|
|
[tool.pylint.format]
|
|
max-line-length = "88"
|