From 2a66a54dfb1e30ddb9de8b6fc29e90884a4d0f5c Mon Sep 17 00:00:00 2001 From: jshwi Date: Sat, 24 Dec 2022 14:37:35 +1100 Subject: [PATCH] fix: Fix incorrect `pre-commit` documentation (#50) Example .pre-commit-hooks.yaml was based on `pylint`, a local install --- CHANGELOG.md | 2 ++ README.rst | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fee666e..b25cf75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Unreleased](https://github.com/jshwi/docsig/compare/v0.33.0...HEAD) ------------------------------------------------------------------------ +### Fixed +- Fix incorrect `pre-commit` documentation [0.33.0](https://github.com/jshwi/docsig/releases/tag/v0.33.0) - 2022-12-21 ------------------------------------------------------------------------ diff --git a/README.rst b/README.rst index 2eb64309..53d5ec05 100644 --- a/README.rst +++ b/README.rst @@ -203,9 +203,7 @@ It can be added to your .pre-commit-config.yaml as follows: rev: v0.30.0 hooks: - id: docsig - name: docsig - entry: docsig - language: system + language: python types: [python] args: - "--check-class"