Skip to content

Commit 3b9157b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/docformatter: 06907d0 → v1.7.7](PyCQA/docformatter@06907d0...v1.7.7) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.11.1](tox-dev/pyproject-fmt@v2.5.1...v2.11.1) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.14.6](astral-sh/ruff-pre-commit@v0.9.10...v0.14.6) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.14.6](astral-sh/ruff-pre-commit@v0.9.10...v0.14.6) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.9](rhysd/actionlint@v1.7.7...v1.7.9)
1 parent d2e4666 commit 3b9157b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
# Formatters
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -16,14 +16,14 @@ repos:
1616
args: [--remove]
1717

1818
- repo: https://github.com/PyCQA/docformatter
19-
rev: 06907d0
19+
rev: v1.7.7
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.5.1"
26+
rev: "v2.11.1"
2727
hooks:
2828
- id: pyproject-fmt
2929

@@ -40,14 +40,14 @@ repos:
4040

4141
# Notebook tools
4242
- repo: https://github.com/kynan/nbstripout
43-
rev: 0.8.1
43+
rev: 0.8.2
4444
hooks:
4545
- id: nbstripout
4646
args: [--drop-empty-cells]
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
4949
# Ruff version.
50-
rev: v0.9.10
50+
rev: v0.14.6
5151
hooks:
5252
- id: ruff
5353
name: "ruff sort imports notebooks"
@@ -73,7 +73,7 @@ repos:
7373
# Linters
7474

7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.15.0
76+
rev: v1.18.2
7777
hooks:
7878
- id: mypy
7979
exclude: ^docs
@@ -89,7 +89,7 @@ repos:
8989

9090
- repo: https://github.com/astral-sh/ruff-pre-commit
9191
# Ruff version.
92-
rev: v0.9.10
92+
rev: v0.14.6
9393
hooks:
9494
- id: ruff
9595
name: "ruff sort imports"
@@ -104,7 +104,7 @@ repos:
104104
name: "ruff lint"
105105

106106
- repo: https://github.com/PyCQA/flake8
107-
rev: 7.1.2
107+
rev: 7.3.0
108108
hooks:
109109
- id: flake8
110110
alias: flake8-docs
@@ -128,7 +128,7 @@ repos:
128128
args: ["--ignore-words-list=doas"]
129129

130130
- repo: https://github.com/rhysd/actionlint
131-
rev: "v1.7.7"
131+
rev: "v1.7.9"
132132
hooks:
133133
- id: actionlint
134134

0 commit comments

Comments
 (0)