diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 557807a8..523aa3a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -17,7 +17,7 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell types_or: [python, rst, markdown]