diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9d0f43f..d903830f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: toml-sort-fix exclude: 'poetry.lock' - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.272 + rev: v0.0.275 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]