Skip to content

Commit 1774e88

Browse files
authored
Merge pull request #283 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 453e1b2 + 0ae26ec commit 1774e88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'samples'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-ast
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.8.0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -51,12 +51,12 @@ repos:
5151
- id: add-trailing-comma
5252

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

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: 2.2.1
59+
rev: 2.2.4
6060
hooks:
6161
- id: pyproject-fmt
6262

0 commit comments

Comments
 (0)