diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbe8ffe..befff4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -13,15 +13,15 @@ repos: hooks: - id: fix-future-annotations - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.1.7 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.3.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: fix-encoding-pragma args: [--remove]