diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6aed4fc9..9f68929c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: pretty-format-ini args: [--autofix] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.269" # Must match requirements-dev.txt + rev: "v0.0.272" # Must match requirements-dev.txt hooks: - id: ruff args: [--fix] @@ -27,7 +27,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 # Must match requirements-dev.txt + rev: v2.5.1 # Must match requirements-dev.txt hooks: - id: add-trailing-comma