Skip to content

Commit 0df5fc7

Browse files
authored
Merge pull request #290 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a024d56 + 5bbd3c4 commit 0df5fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.10.0
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -27,7 +27,7 @@ repos:
2727
- id: blackdoc
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
exclude: >
@@ -51,7 +51,7 @@ repos:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.8.6
54+
rev: v0.9.4
5555
hooks:
5656
- id: ruff
5757

0 commit comments

Comments
 (0)