Skip to content

Commit 4e1eff8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.11.4](astral-sh/ruff-pre-commit@v0.5.5...v0.11.4) - [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/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/RobertCraigie/pyright-python: v1.1.376 → v1.1.398](RobertCraigie/pyright-python@v1.1.376...v1.1.398) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent 34de673 commit 4e1eff8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ ci:
66

77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.5.5
9+
rev: v0.11.4
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
1313
- id: ruff-format
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-yaml
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.41.0
22+
rev: v0.44.0
2323
hooks:
2424
- id: markdownlint
2525
# MD013: line too long
@@ -29,7 +29,7 @@ repos:
2929
# MD025: single title
3030
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]
3131
- repo: https://github.com/kynan/nbstripout
32-
rev: 0.7.1
32+
rev: 0.8.1
3333
hooks:
3434
- id: nbstripout
3535
args: [--drop-empty-cells, --keep-output]
@@ -41,19 +41,19 @@ repos:
4141
additional_dependencies:
4242
- prettier
4343
- repo: https://github.com/RobertCraigie/pyright-python
44-
rev: v1.1.376
44+
rev: v1.1.398
4545
hooks:
4646
- id: pyright
4747
args: [--level, error]
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.3.0
49+
rev: v2.4.1
5050
hooks:
5151
- id: codespell
52-
stages: [commit, commit-msg]
52+
stages: [pre-commit, commit-msg]
5353
args: [--toml, pyproject.toml]
5454
additional_dependencies:
5555
- tomli
5656
- repo: https://github.com/adamchainz/blacken-docs
57-
rev: 1.18.0
57+
rev: 1.19.1
5858
hooks:
5959
- id: blacken-docs

0 commit comments

Comments
 (0)