Skip to content
Snippets Groups Projects
Commit 1bded7df authored by Rambaud Pierrick's avatar Rambaud Pierrick
Browse files

fix: install pre-commit in devcontainer

parent 04a4bd59
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,5 @@ ...@@ -5,6 +5,5 @@
"ghcr.io/devcontainers-contrib/features/nox:2": {}, "ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {} "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
}, },
"postCreateCommand": "sudo apt-get install graphviz graphviz-dev", "postCreateCommand": "pre-commit install"
"postStartCommand": "pre-commit install"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment