diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba385be222..3c598d7c9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.276" + rev: "v0.0.277" hooks: - id: ruff args: [--ignore=E741, --exclude=__init__.py]