diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76a2bd2..fee5fb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: ["--fix=no"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black @@ -41,7 +41,7 @@ repos: - id: rst-backticks - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort