Skip to content

Commit 2d81703

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/docformatter: v1.7.7 → v1.7.8](PyCQA/docformatter@v1.7.7...v1.7.8) - [github.com/tox-dev/pyproject-fmt: v2.16.0 → v2.25.1](tox-dev/pyproject-fmt@v2.16.0...v2.25.1) - [github.com/kynan/nbstripout: 186d22f → 0.9.1](kynan/nbstripout@186d22f...0.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.1...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.1...v0.15.20) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12)
1 parent fa9f91d commit 2d81703

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
args: [--fix=lf]
1717

1818
- repo: https://github.com/PyCQA/docformatter
19-
rev: v1.7.7
19+
rev: v1.7.8
2020
hooks:
2121
- id: docformatter
2222
additional_dependencies: [tomli]
2323
args: [--in-place, --config, ./pyproject.toml]
2424

2525
- repo: https://github.com/tox-dev/pyproject-fmt
26-
rev: "v2.16.0"
26+
rev: "v2.25.1"
2727
hooks:
2828
- id: pyproject-fmt
2929

@@ -39,14 +39,14 @@ repos:
3939

4040
# Notebook tools
4141
- repo: https://github.com/kynan/nbstripout
42-
rev: 186d22f
42+
rev: 0.9.1
4343
hooks:
4444
- id: nbstripout
4545
args: [--drop-empty-cells]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
4848
# Ruff version.
49-
rev: v0.15.1
49+
rev: v0.15.20
5050
hooks:
5151
- id: ruff
5252
name: "ruff sort imports notebooks"
@@ -72,7 +72,7 @@ repos:
7272
# Linters
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.19.1
75+
rev: v2.1.0
7676
hooks:
7777
- id: mypy
7878
exclude: ^docs
@@ -88,7 +88,7 @@ repos:
8888

8989
- repo: https://github.com/astral-sh/ruff-pre-commit
9090
# Ruff version.
91-
rev: v0.15.1
91+
rev: v0.15.20
9292
hooks:
9393
- id: ruff
9494
name: "ruff sort imports"
@@ -119,15 +119,15 @@ repos:
119119
additional_dependencies: [pydoclint==0.5.6]
120120

121121
- repo: https://github.com/codespell-project/codespell
122-
rev: v2.4.1
122+
rev: v2.4.2
123123
hooks:
124124
- id: codespell
125125
types: [file]
126126
types_or: [python, pyi, markdown, rst, jupyter]
127127
args: ["--ignore-words-list=doas"]
128128

129129
- repo: https://github.com/rhysd/actionlint
130-
rev: "v1.7.10"
130+
rev: "v1.7.12"
131131
hooks:
132132
- id: actionlint
133133

0 commit comments

Comments
 (0)