diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42bceae30..07d078445 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: files: ^(.*\.toml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.287 + rev: v0.0.290 hooks: - id: ruff args: [ --exit-non-zero-on-fix, --fix ]