Skip to content

Commit

Permalink
Merge branch 'develop' into 676-support-call-before
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Wyman Neagle authored Jun 28, 2022
2 parents bda8878 + 9c1d195 commit 288b398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
types: [yaml]
Expand All @@ -64,7 +64,7 @@ repos:
meta.yaml|
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
types: [yaml]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Operations

- Updated codeowners so that AQ Engineers doesn't own this CHANGELOG
- pre-commit autoupdate

## [0.114.0] - 2022-06-23
### Authors
Expand Down

0 comments on commit 288b398

Please sign in to comment.