diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36c5d15..e78dc4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: black - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.11.1" hooks: - id: isort @@ -32,7 +32,7 @@ repos: additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.0" + rev: "v3.3.1" hooks: - id: pyupgrade