Skip to content

Commit

Permalink
Change precommit autoupdate frequency to monthly (#33)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ksunden and pre-commit-ci[bot] authored Oct 16, 2023
1 parent 0283cc3 commit 07855ba
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
Expand All @@ -9,7 +11,7 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand Down

0 comments on commit 07855ba

Please sign in to comment.