Skip to content

Commit

Permalink
Merge pull request #614 from VChristiaens/master
Browse files Browse the repository at this point in the history
adapted pre-commit config file and updated version
  • Loading branch information
VChristiaens authored Aug 11, 2023
2 parents c12f0cb + a84ec04 commit 61cfa53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ repos:
hooks:
- id: black
language_version: python3

- repo: https://github.com/PyCQA/pydocstyle
rev: 6.3.0
hooks:
- id: pydocstyle
2 changes: 1 addition & 1 deletion vip_hci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.0"
__version__ = "1.5.1"


from . import preproc
Expand Down

0 comments on commit 61cfa53

Please sign in to comment.