Skip to content

Commit 7973bc0

Browse files
chore: update pre-commit hooks (#15)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 0b88b86 commit 7973bc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.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: monthly
45

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

4243
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.4.4"
44+
rev: "v0.4.5"
4445
hooks:
4546
- id: ruff
4647
args: ["--fix", "--show-fixes"]
@@ -56,7 +57,7 @@ repos:
5657
- pytest
5758

5859
- repo: https://github.com/codespell-project/codespell
59-
rev: "v2.2.6"
60+
rev: "v2.3.0"
6061
hooks:
6162
- id: codespell
6263

0 commit comments

Comments
 (0)