diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3d4ab20..c997bdcd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.281 + rev: v0.0.282 hooks: - id: ruff args: ["--config", "pyproject.toml"]