diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24d80a7..a824a15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace exclude: 'cmeuitls/tests/assets/.*' - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black args: [--line-length=80]