diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 531dd1c..59d87e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: nocommit exclude: .pre-commit-config.yaml - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.2.6" hooks: - id: codespell args: @@ -54,7 +54,7 @@ repos: args: [-c, .meta/yamllint.yaml] # Shell - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.5" + rev: "v0.9.0.6" hooks: - id: shellcheck # Python @@ -66,7 +66,7 @@ repos: - id: python-use-type-annotations - id: python-no-log-warn - repo: https://github.com/asottile/reorder-python-imports - rev: "v3.11.0" + rev: "v3.12.0" hooks: - id: reorder-python-imports args: [--py36-plus] @@ -76,7 +76,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: "v3.13.0" + rev: "v3.14.0" hooks: - id: pyupgrade args: [--py36-plus]