diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 135ce6ef..65d270b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: black - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.3.1 hooks: - id: pyproject-fmt @@ -34,7 +34,7 @@ repos: - id: ruff - repo: https://github.com/mgedmin/check-manifest - rev: "0.49" + rev: "0.50" hooks: - id: check-manifest args: [--no-build-isolation]