diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64a408b..2feb807 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: toml-sort-fix exclude: 'poetry.lock' - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.261 + rev: v0.0.262 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]