Skip to content

Commit 3c195ca

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent 2c8b65b commit 3c195ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ ci:
55

66
repos:
77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: "24.8.0"
8+
rev: "24.10.0"
99
hooks:
1010
- id: black-jupyter
1111

1212
- repo: https://github.com/adamchainz/blacken-docs
13-
rev: "1.18.0"
13+
rev: "1.19.1"
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black==23.7.0]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: "v4.6.0"
19+
rev: "v5.0.0"
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-case-conflict
@@ -46,13 +46,13 @@ repos:
4646
args: [--prose-wrap=always]
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.6.3"
49+
rev: "v0.7.2"
5050
hooks:
5151
- id: ruff
5252
args: ["--fix", "--show-fixes"]
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.11.2"
55+
rev: "v1.13.0"
5656
hooks:
5757
- id: mypy
5858
files: src|tests

0 commit comments

Comments
 (0)