Skip to content

Commit 8609db0

Browse files
committed
ci(pre-commit): Update pre-commit repos
Automated updates had failing tests due to precision which has now been fixed so manually updating these.
1 parent 3bfd9b1 commit 8609db0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ repos:
2020
types: [python, yaml, markdown]
2121

2222
- repo: https://github.com/DavidAnson/markdownlint-cli2
23-
rev: v0.18.0
23+
rev: v0.18.1
2424
hooks:
2525
- id: markdownlint-cli2
2626
args: []
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.19.1
29+
rev: v3.20.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py38-plus]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.11.10
36+
rev: v0.11.13
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
@@ -58,7 +58,7 @@ repos:
5858
- id: numpydoc-validation
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.15.0
61+
rev: v1.16.0
6262
hooks:
6363
- id: mypy
6464
args: [--ignore-missing-imports] # default but useful to be explicit

0 commit comments

Comments
 (0)