diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bada7a..ced6fc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: go-fmt-repo # Python specific hooks - repo: https://github.com/asottile/reorder_python_imports - rev: v3.12.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--application-directories, '.:src', --py311-plus]