Skip to content

Commit bcf1e4c

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.7...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408)
1 parent 61ecfd0 commit bcf1e4c

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.14.7
11+
rev: v0.14.14
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.19.0
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828

@@ -41,7 +41,7 @@ repos:
4141
- id: blacken-docs
4242

4343
- repo: https://github.com/igorshubovych/markdownlint-cli
44-
rev: v0.46.0
44+
rev: v0.47.0
4545
hooks:
4646
- id: markdownlint
4747
# MD013: line too long
@@ -52,12 +52,12 @@ repos:
5252
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]
5353

5454
- repo: https://github.com/kynan/nbstripout
55-
rev: 0.8.2
55+
rev: 0.9.0
5656
hooks:
5757
- id: nbstripout
5858
args: [--drop-empty-cells, --keep-output]
5959

6060
- repo: https://github.com/RobertCraigie/pyright-python
61-
rev: v1.1.407
61+
rev: v1.1.408
6262
hooks:
6363
- id: pyright

0 commit comments

Comments
 (0)