diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f65fd43..d018206 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.272 + rev: v0.0.276 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]