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