Skip to content

Commit f3ad80a

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.5.0...v0.7.2) - [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/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/RobertCraigie/pyright-python: v1.1.369 → v1.1.387](RobertCraigie/pyright-python@v1.1.369...v1.1.387)
1 parent 6943676 commit f3ad80a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.5.0
11+
rev: v0.7.2
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --unsafe-fixes ]
1515
- id: ruff-format
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-yaml
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323

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

2929
- repo: https://github.com/codespell-project/codespell
3030
rev: v2.3.0
3131
hooks:
3232
- id: codespell
33-
stages: [ commit, commit-msg ]
33+
stages: [ pre-commit, commit-msg ]
3434
exclude_types: [ html ]
3535
additional_dependencies: [ tomli ] # needed to read pyproject.toml below py3.11
3636

@@ -42,12 +42,12 @@ repos:
4242
- id: double-quote-cython-strings
4343

4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: 1.16.0
45+
rev: 1.19.1
4646
hooks:
4747
- id: blacken-docs
4848

4949
- repo: https://github.com/igorshubovych/markdownlint-cli
50-
rev: v0.41.0
50+
rev: v0.42.0
5151
hooks:
5252
- id: markdownlint
5353
# MD013: line too long
@@ -58,12 +58,12 @@ repos:
5858
args: [ --disable, MD013, MD024, MD025, MD033, MD041, "--" ]
5959

6060
- repo: https://github.com/kynan/nbstripout
61-
rev: 0.7.1
61+
rev: 0.8.0
6262
hooks:
6363
- id: nbstripout
6464
args: [ --drop-empty-cells, --keep-output ]
6565

6666
- repo: https://github.com/RobertCraigie/pyright-python
67-
rev: v1.1.369
67+
rev: v1.1.387
6868
hooks:
6969
- id: pyright

0 commit comments

Comments
 (0)