Skip to content

Commit af3da5b

Browse files
chore: update pre-commit hooks (#11)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) * ci: autoupdate pre-commit quarterly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent be73698 commit af3da5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ci:
22
autoupdate_commit_msg: "chore: update pre-commit hooks"
33
autofix_commit_msg: "style: pre-commit fixes"
4+
autoupdate_schedule: "quarterly"
45

56
repos:
67
- repo: https://github.com/adamchainz/blacken-docs
@@ -40,14 +41,14 @@ repos:
4041
args: [--prose-wrap=always]
4142

4243
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.5.5"
44+
rev: "v0.5.6"
4445
hooks:
4546
- id: ruff
4647
args: ["--fix", "--show-fixes"]
4748
- id: ruff-format
4849

4950
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.11.0"
51+
rev: "v1.11.1"
5152
hooks:
5253
- id: mypy
5354
files: src

0 commit comments

Comments
 (0)