diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec4cb0b..ec5a9b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/isort/ - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/frnmst/md-toc - rev: 8.2.0 + rev: 9.0.0 hooks: - id: md-toc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace