Skip to content

Commit

Permalink
fix: Fix incorrect pre-commit documentation (#50)
Browse files Browse the repository at this point in the history
Example .pre-commit-hooks.yaml was based on `pylint`, a local install
  • Loading branch information
jshwi committed Dec 24, 2022
1 parent 2a4bab4 commit 2a66a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------------------------------------------
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a66a54

Please sign in to comment.