diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0765154..1053bcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,7 @@ repos: rev: v1.4.1 hooks: - id: mypy + - repo: https://github.com/Lucas-C/pre-commit-hooks-markup + rev: v1.0.1 + hooks: + - id: rst-linter diff --git a/README.rst b/README.rst index d11d94f..e6fedad 100644 --- a/README.rst +++ b/README.rst @@ -118,6 +118,7 @@ If you'd like to replace swagger-ui's static files (`flask_rebar/swagger_ui/stat run the following from the root of the project. .. code-block:: + curl -L https://api.github.com/repos/swagger-api/swagger-ui/tarball | tar -xv --directory=flask_rebar/swagger_ui/static --strip-components=2 "*/dist/" Documentation