build: add script to bump dependencies

This commit is contained in:
Nathaniel Landau
2023-03-18 19:17:23 -04:00
parent 009801a691
commit 593dbc3b55
7 changed files with 186 additions and 24 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.256"
rev: "v0.0.257"
hooks:
- id: ruff
args: ["--extend-ignore", "I001,D301,D401"]