diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3cfa441..edf2eac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "24.2.0" + rev: "24.3.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade @@ -47,7 +47,7 @@ repos: - id: pyupgrade args: ["--py37-plus", "--keep-mock"] - repo: https://github.com/hhatto/autopep8 - rev: "v2.0.4" + rev: "v2.1.0" hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8