Skip to content

Commit

Permalink
pre-commit: use future v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 16, 2023
1 parent 11d6199 commit 0a971e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Gepetto/gepetuto
rev: v1.0.0
rev: v1.1.1
hooks:
- id: generate-action
- id: lint-action
Expand Down
3 changes: 2 additions & 1 deletion 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](https://semver.org/spec/v2.0.0

## [Unreleased]

- updated pre-commit hooks

## [v1.1.0] - 2023-08-16

- add the -F/--filter argument
Expand All @@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- allow notebooks starting with something else than a digit
- test ipynb after generation
- fix magic.py behavior when outside of ipynb
- updated pre-commit hooks
- dependency bumps

## [v1.0.0] - 2023-08-08
Expand Down

0 comments on commit 0a971e0

Please sign in to comment.