diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90cb703..d0fb634 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "6.1.0" + rev: "7.0.0" hooks: - id: flake8 @@ -36,7 +36,7 @@ repos: additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.0" + rev: "v3.15.2" hooks: - id: pyupgrade