diff --git a/README.rst b/README.rst index f9124af..f765651 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,7 @@ pre-commit hook repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.5.5 # The version to use or 'master' for latest + rev: 0.7.1 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/hook.rst b/docs/hook.rst index 5079078..3be1251 100644 --- a/docs/hook.rst +++ b/docs/hook.rst @@ -16,7 +16,7 @@ A full .pre-commit-config.yaml example you can use in your repository: repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.5.5 # The version to use or 'master' for latest + rev: 0.7.1 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/index.rst b/docs/index.rst index 0ff4fef..f203f08 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -77,7 +77,7 @@ Usage repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.5.5 # The version to use or 'master' for latest + rev: 0.7.1 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator