diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9570cd81..120ba342 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,12 +29,12 @@ repos: args: ["--py38-plus"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["-a", "from __future__ import annotations"]