diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e04836f..df4a768 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: isort args: ["--profile", "black", --line-length=120] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black args: [--line-length=120]