diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 661a958..aee2920 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: isort args: ["--profile", "black", --line-length=120] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black args: [--line-length=120]