diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24d80a7..0604cdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace exclude: 'cmeuitls/tests/assets/.*' - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black args: [--line-length=80]