Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#644)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)

* changelog update

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Scott Wyman Neagle <scott@agnostiq.ai>
  • Loading branch information
pre-commit-ci[bot] and Scott Wyman Neagle authored Jun 27, 2022
1 parent 810ed42 commit 9c1d195
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 @@ -10,6 +10,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 9c1d195

Please sign in to comment.