diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2bb1bb..4560264 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: hooks: - id: dead - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -73,6 +73,6 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.2 + rev: v1.16.21 hooks: - id: typos