diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e786ac5..41b2ee5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: check-merge-conflict # - id: no-commit-to-branch # To be included when other contributions join the project - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black args: [ --line-length=120 ]