Skip to content

Commit d2e4666

Browse files
⬆️ UPGRADE: Autoupdate pre-commit config (#336)
* ⬆️ UPGRADE: Autoupdate pre-commit config * Trigger CI --------- Co-authored-by: s-weigand <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: s-weigand <s.weigand.phy@gmail.com>
1 parent c4651c9 commit d2e4666

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [--in-place, --config, ./pyproject.toml]
2424

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

@@ -47,7 +47,7 @@ repos:
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
4949
# Ruff version.
50-
rev: v0.9.1
50+
rev: v0.9.10
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.14.1
76+
rev: v1.15.0
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.1
92+
rev: v0.9.10
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.1
107+
rev: 7.1.2
108108
hooks:
109109
- id: flake8
110110
alias: flake8-docs
@@ -120,15 +120,15 @@ repos:
120120
additional_dependencies: [pydoclint==0.5.6]
121121

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

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

0 commit comments

Comments
 (0)