diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4319183..55a17da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace types: ["python"] @@ -12,7 +12,7 @@ repos: types: ["python"] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 @@ -27,6 +27,6 @@ repos: - id: isort - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.1.4" + rev: "v2.5.0" hooks: - id: pyproject-fmt