diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 896e6c6..2aeb4e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: v5.11.3 hooks: - id: isort args: [ "--profile", "black", ] @@ -42,7 +42,7 @@ repos: args: [ --config=setup.cfg ] - repo: https://github.com/PyCQA/docformatter - rev: v1.5.0 + rev: v1.5.1 hooks: - id: docformatter args: [ --in-place ]