build(devcontainer): ebuild virtual environment

This commit is contained in:
Nathaniel Landau
2023-01-28 22:08:07 +00:00
parent bc394e2d77
commit 42dd73b038
2 changed files with 15 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ repos:
entry: yamllint --strict --config-file .yamllint.yml
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.230"
rev: "v0.0.237"
hooks:
- id: ruff
args: ["--extend-ignore", "I001,D301,D401,PLR2004"]