Skip to content
Snippets Groups Projects
pyproject.toml 194 B
Newer Older
[tool.black]
Bo-Chun Chen's avatar
Bo-Chun Chen committed
line-length = 79
target-version = ['py36']
preview = true
Bo-Chun Chen's avatar
Bo-Chun Chen committed
[tool.pylint.main]
disable = ["import-error", "unused-argument", "broad-except"]
Bo-Chun Chen's avatar
Bo-Chun Chen committed
[tool.pylint.format]
max-line-length = 79