Skip to content

Commit 9141869

Browse files
chore: update pre-commit hooks (#69)
<!--pre-commit.ci start--> updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent e0b08cb commit 9141869

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ repos:
3535
args: [--prose-wrap=always]
3636

3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: 1.19.1
38+
rev: 1.20.0
3939
hooks:
4040
- id: blacken-docs
41-
additional_dependencies: [black==24.*]
41+
additional_dependencies: [black==25.*]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.12.11"
44+
rev: "v0.14.0"
4545
hooks:
46-
- id: ruff
46+
- id: ruff-check
4747
args: ["--fix", "--show-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.17.1
51+
rev: v1.18.2
5252
hooks:
5353
- id: mypy
5454
files: src

0 commit comments

Comments
 (0)