Skip to content

Commit

Permalink
build: create a devcontainer (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Aug 6, 2023
2 parents 8e83655 + 32e28c8 commit b26c7d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"postCreateCommand": "python -m pip install nox pre-commit && pre-commit install"
}

0 comments on commit b26c7d6

Please sign in to comment.