Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#93)
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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)

* Change precommit autoupdate frequency to monthly

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kyle Sunden <git@ksunden.space>
  • Loading branch information
pre-commit-ci[bot] and ksunden committed Oct 10, 2023
1 parent b5af30e commit 5e6208a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ci:
autoupdate_schedule: "monthly"
repos:
- repo: https://github.com/psf/black
rev: 23.9.1 # Replace by any tag/version: https://github.com/psf/black/tags
Expand All @@ -17,7 +19,7 @@ repos:
- id: yaq-traits-check

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: no-commit-to-branch
Expand Down

0 comments on commit 5e6208a

Please sign in to comment.