Skip to content

Commit fe2abe1

Browse files
[pre-commit.ci] pre-commit autoupdate (#1277)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 52949dc commit fe2abe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.7.0'
4+
rev: 'v0.7.1'
55
hooks:
66
# Run the formatter.
77
- id: ruff-format
88
# Run the linter.
99
- id: ruff
1010
args: [--fix]
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: 'v1.12.1'
12+
rev: 'v1.13.0'
1313
hooks:
1414
- id: mypy
1515
additional_dependencies: ['polars==1.4.1', 'pytest==8.3.2']
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: nbstripout
4242
- repo: https://github.com/adamchainz/blacken-docs
43-
rev: "1.19.0" # replace with latest tag on GitHub
43+
rev: "1.19.1" # replace with latest tag on GitHub
4444
hooks:
4545
- id: blacken-docs
4646
args: [--skip-errors]

0 commit comments

Comments
 (0)