diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c622cf7b..9cfd17c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: "migrations" repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -22,7 +22,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/pycqa/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort @@ -33,13 +33,13 @@ repos: args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.0 hooks: - id: ruff-check # - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.7.0 + rev: v2.10.0 hooks: - id: pyproject-fmt