Skip to content

Commit 3a7494d

Browse files
Merge pull request #1654 from OceanParcels/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 45b4c23 + cdfe6a9 commit 3a7494d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.5.6
13+
rev: v0.6.4
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --show-fixes]
@@ -27,7 +27,7 @@ repos:
2727

2828
# Ruff doesn't have full coverage of pydoclint https://github.com/astral-sh/ruff/issues/12434
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.0.0
30+
rev: 7.1.1
3131
hooks:
3232
- id: flake8
3333
name: pydoclint

0 commit comments

Comments
 (0)