Skip to content

Commit

Permalink
update-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Apr 9, 2024
1 parent c525fd4 commit d667acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"forwardPorts": [],
"runArgs": [
"--init",
"--net=host",
"--net=host"
],
"containerEnv": {
"CONTAINER_WORKSPACE": "${containerWorkspaceFolder}",
"LOCAL_WORKSPACE": "${localWorkspaceFolder}"
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/annofab-cli,type=bind,consistency=cached",
"workspaceFolder": "/workspaces/annofab-cli",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind,consistency=cached",
"workspaceFolder": "/workspaces",
"postStartCommand": "poetry install",
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ignore = [
"FIX", # TODOやFIXMEを使うため無視する
"TD", # TODOコメントの書き方に気にしていないので無視する

# 以下のルールはannofabcliのコードに合っていないので無効化した
# 以下のルールはプロジェクトのコードに合っていないので無効化した
"RSE", # flake8-raise
"D", # pydocstyle, Docstringを中途半端にしか書いていないので、除外する
"C90", # mccabe
Expand Down

0 comments on commit d667acf

Please sign in to comment.