diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74892274..d68a36cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.269" + rev: "v0.0.270" hooks: - id: ruff args: [--ignore=E741, --exclude=__init__.py]