提交 0a499b81 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Add black compatible pylint settings to setup.cfg

上级 4366da4f
...@@ -31,4 +31,10 @@ tag_prefix = rel- ...@@ -31,4 +31,10 @@ tag_prefix = rel-
[tool:pytest] [tool:pytest]
addopts = --durations=50 addopts = --durations=50
testpaths = tests/ testpaths = tests/
\ No newline at end of file
[pylint]
max-line-length = 88
[pylint.messages_control]
disable = C0330, C0326
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论