diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f07c84b..2de67a42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,14 @@ repos: hooks: - id: check-yaml - id: check-toml + - id: check-json + - id: trailing-whitespace + +- repo: https://github.com/Lucas-C/pre-commit-hooks-markup + rev: v1.0.0 + hooks: + - id: rst-linter + files: (README\.rst)|(CHANGELOG\.rst) - repo: https://github.com/asottile/seed-isort-config rev: v1.9.4 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8302672..ad37ed27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Change log ================== - The first release of Safir featuring: - + - ``safir.http`` for adding an ``aiohttp.ClientSession`` to your application. - ``safir.logging`` for configuring structlog loggers. - ``safir.metadata`` helps your gather and structure metadata about your application for publishing on metadata endpoints.