diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 271c6ff..a1c7cda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -40,7 +40,7 @@ repos: args: [--profile=black] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.1 + rev: 0.11.2 hooks: - id: doc8 args: [--max-line-length=200] @@ -57,7 +57,7 @@ repos: ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.3 + rev: 0.16.0 hooks: - id: check-jsonschema name: "Check GitHub Workflows"