diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e06778f0..02674b72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: ^conda_lock/_vendor/conda/_vendor/appdirs\.py$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.4.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]