diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26ca77533c..507f328a61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # - id: mixed-line-ending # args: ['--fix=lf'] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.7.0 hooks: - id: black # - repo: https://github.com/pocc/pre-commit-hooks @@ -18,11 +18,11 @@ repos: # hooks: # - id: clang-format - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.9.13 + rev: v1.16.5 hooks: - id: typos args: ['--config=typos-config.toml']