style: 推奨設定を修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-19 12:50:38 +09:00
parent dcf342470e
commit a8868d14b9

View File

@ -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
}