style: 推奨設定を修正
This commit is contained in:
parent
dcf342470e
commit
a8868d14b9
@ -13,7 +13,10 @@
|
||||
"python.linting.flake8Args": ["--max-line-length=150", "--ignore=F541"],
|
||||
"python.formatting.provider": "autopep8",
|
||||
"python.formatting.autopep8Args": ["--max-line-length", "150"],
|
||||
"python.testing.pytestArgs": ["tests", "--ignore=tests/test_walk_through.py"],
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
// "--walk-through" // 一気通貫テストを行いたい場合はコメントを外す
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user