diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c02b401..71f81bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black language_version: python3.11 @@ -11,7 +11,7 @@ repos: - id: isort - repo: https://github.com/frnmst/md-toc - rev: 8.1.9 + rev: 8.2.0 hooks: - id: md-toc