diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82d88309..2adb2ccc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,18 +45,18 @@ repos: - id: flynt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.6" + rev: "v0.3.3" hooks: - id: ruff args: ["--fix"] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.3.0 hooks: - id: black @@ -66,6 +66,6 @@ repos: - id: blacken-docs - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.15" + rev: "v0.16" hooks: - id: validate-pyproject