diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27bcce1b..481d33c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -19,7 +19,7 @@ repos: - id: codespell args: [--skip, "*.json"] - repo: https://github.com/myint/docformatter - rev: v1.4 + rev: v1.5.1 hooks: - id: docformatter args: [--in-place]