Skip to content

Commit

Permalink
Enable non-python related PyGrep hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Aug 11, 2023
1 parent d552ec7 commit 11f52c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.10.0"
hooks:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ ramp_fitting
~~~~~~~~~~~~

- Implemented multiprocessing for OLS. [#30]
- Added DQ flag parameter to `ramp_fit` [#25]
- Added DQ flag parameter to ``ramp_fit`` [#25]
- Reduced data model dependency [#26]

0.2.1 (2021-05-20)
Expand Down

0 comments on commit 11f52c5

Please sign in to comment.