diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e21a6d..a75203a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black @@ -11,12 +11,12 @@ repos: - id: isort - repo: https://github.com/frnmst/md-toc - rev: 8.2.3 + rev: 9.0.0 hooks: - id: md-toc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace