diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8e28099..a30ce428 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: exclude: "test_*" args: ["-iii", "-ll", "-s=B308,B703"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.2 + rev: v0.33.0 hooks: - id: markdownlint args: @@ -62,7 +62,7 @@ repos: - id: docformatter args: [--in-place] - repo: https://github.com/PyCQA/pydocstyle - rev: 6.1.1 + rev: 6.2.3 hooks: - id: pydocstyle exclude: "test*|examples*"