diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0fb634..00744e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.1.0" hooks: - id: flake8 @@ -36,7 +36,7 @@ repos: additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.2" + rev: "v3.16.0" hooks: - id: pyupgrade