Skip to content

Commit

Permalink
Fix Codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
VG committed Jul 2, 2024
1 parent beed664 commit f61a765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/gvatsal60/Linux-Aliases/HEAD/main.sh | sh",
"runArgs": [
"--rm",
"--name=${containerEnv}:${containerWorkspaceFolder}:${devcontainerId}-vsc"
]
}
}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-yaml
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: pretty-format-json
# - id: pretty-format-json
- id: requirements-txt-fixer
- id: trailing-whitespace

Expand Down

0 comments on commit f61a765

Please sign in to comment.